Tweaks Statpanel and System Initialization

This commit is contained in:
Leshana
2017-05-30 23:54:59 -04:00
parent 90dff0ae63
commit b17fb86721
6 changed files with 38 additions and 5 deletions

View File

@@ -149,7 +149,11 @@ var/CURRENT_TICKLIMIT = TICK_LIMIT_RUNNING
// Sort subsystems by display setting for easy access.
sortTim(subsystems, /proc/cmp_subsystem_display)
// Set world options.
#ifdef UNIT_TEST
world.sleep_offline = 0
#else
world.sleep_offline = 1
#endif
world.fps = config.fps
var/initialized_tod = REALTIMEOFDAY
sleep(1)