Revert "Faster Startup"

This commit is contained in:
PJB3005
2016-01-24 20:25:50 +01:00
parent a11840c904
commit bb98cfc487
6 changed files with 15 additions and 36 deletions

View File

@@ -9,8 +9,7 @@
/datum/controller/process/lighting/setup()
name = "lighting"
spawn(20)
create_lighting_overlays()
create_lighting_overlays()
/datum/controller/process/lighting/doWork()
// Counters

View File

@@ -189,9 +189,6 @@ datum/controller/game_controller/proc/cachedamageicons()
// last_init_type = object.type
object.initialize()
count++
for(var/turf/T in world)
T.initialize()
turfs += T
log_startup_progress(" Initialized [count] objects in [stop_watch(watch)]s.")
watch = start_watch()