Faster Startup take 2

Moves turfs list creation to initialize
Moves some mine turfs work to initialize
Swaps the order in which the process scheduler and master controller are initialized so that the process scheduler setups have the turfs list
This commit is contained in:
clusterfack
2016-01-24 14:53:34 -06:00
parent 13ff607beb
commit f70c113dbe
6 changed files with 37 additions and 15 deletions

View File

@@ -89,6 +89,7 @@ datum/controller/game_controller/proc/setup()
global.garbageCollector = new
garbageCollector = global.garbageCollector
*/
setup_objects() // Most log_startup spam happens here
setupgenetics()
setupfactions()