Fixes DVIEW runtimes in preferences.

This commit is contained in:
AnturK
2017-04-17 00:10:01 +02:00
parent 356180170e
commit b814e36883
3 changed files with 5 additions and 1 deletions

View File

@@ -226,7 +226,7 @@
LAZYADD(T.affecting_lights, src)
affecting_turfs += T
FOR_DVIEW_END
update_gen++
/datum/light_source/proc/remove_lum()
@@ -267,6 +267,7 @@
C = thing
corners[C] = 0
turfs += T
FOR_DVIEW_END
var/list/L = turfs - affecting_turfs // New turfs, add us to the affecting lights of them.
affecting_turfs += L