Merge pull request #38287 from ninjanomnom/signal-define

Use a define to speed up sending signals to datums with no signals
This commit is contained in:
Tad Hardesty
2018-06-14 22:17:01 -07:00
committed by yogstation13-bot
parent 18aad7f5b5
commit 10e0fa2560
104 changed files with 275 additions and 271 deletions

View File

@@ -23,7 +23,7 @@
if (l_color != NONSENSICAL_VALUE)
light_color = l_color
SendSignal(COMSIG_ATOM_SET_LIGHT, l_range, l_power, l_color)
SEND_SIGNAL(src, COMSIG_ATOM_SET_LIGHT, l_range, l_power, l_color)
update_light()