Updates maploader code to be in line with tg's, startup improvements

This commit is contained in:
Tastyfish
2016-04-10 02:57:58 -04:00
parent 95325ae94d
commit a0ad6582a1
21 changed files with 372 additions and 347 deletions
+1 -1
View File
@@ -30,8 +30,8 @@ var/global/datum/controller/process/air_system/air_master
var/watch = start_watch()
log_startup_progress("Processing geometry...")
setup_allturfs() // Get all currently active tiles that need processing each atmos tick.
setup_overlays() // Assign icons and such for gas-turf-overlays
setup_allturfs() // Get all currently active tiles that need processing each atmos tick.
log_startup_progress(" Geometry processed in [stop_watch(watch)]s.")
/datum/controller/process/air_system/doWork()