Compiles on 507, so fixes.

This commit is contained in:
Rob Nelson
2015-01-02 02:37:05 -08:00
parent 86dd399163
commit a4a56c4af6
3 changed files with 55 additions and 29 deletions

View File

@@ -106,7 +106,11 @@ datum/controller/game_controller/proc/setup()
datum/controller/game_controller/proc/setup_objects()
world << "\red \b Initializing objects"
sleep(-1)
//var/last_init_type = null
for(var/atom/movable/object in world)
//if(last_init_type != object.type)
// testing("Initializing [object.type]")
// last_init_type = object.type
object.initialize()