adds a parent level subsystem initialized var (#33456)

This commit is contained in:
Emmett Gaines
2017-12-13 21:11:51 -06:00
committed by CitadelStationBot
parent b11d1c024e
commit d517c797ab
5 changed files with 5 additions and 6 deletions
-2
View File
@@ -8,8 +8,6 @@ SUBSYSTEM_DEF(lighting)
init_order = INIT_ORDER_LIGHTING
flags = SS_TICKER
var/initialized = FALSE
/datum/controller/subsystem/lighting/stat_entry()
..("L:[GLOB.lighting_update_lights.len]|C:[GLOB.lighting_update_corners.len]|O:[GLOB.lighting_update_objects.len]")