broken but compiles and runs sans panics

This commit is contained in:
Putnam
2020-10-28 23:07:59 -07:00
parent 453d5081a7
commit 3c4eff605d
16 changed files with 48 additions and 37 deletions
+6 -8
View File
@@ -8,15 +8,13 @@ GLOBAL_LIST(topic_status_cache)
//This happens after the Master subsystem new(s) (it's a global datum)
//So subsystems globals exist, but are not initialised
/world/New()
if (fexists(EXTOOLS))
call(EXTOOLS, "maptick_initialize")()
#ifdef EXTOOLS_LOGGING
call(EXTOOLS, "init_logging")()
else
CRASH("[EXTOOLS] does not exist!")
#endif
enable_debugger()
if (fexists(AUXTOOLS))
var/message = call(AUXTOOLS,"auxtools_init")()
if(message != "SUCCESS")
CRASH("Auxtools failed to load with message [message]!")
//enable_debugger()
#ifdef REFERENCE_TRACKING
enable_reference_tracking()
#endif