Cleaning up defines

This commit is contained in:
Selis
2024-02-10 16:44:44 +01:00
parent 93f076a120
commit d99321bfdf
27 changed files with 196 additions and 89 deletions
+26
View File
@@ -1123,3 +1123,29 @@ GLOBAL_DATUM_INIT(sdql2_vv_statobj, /obj/effect/statclick/SDQL2_VV_all, new(null
/obj/effect/statclick/SDQL2_VV_all/Click()
usr.client.debug_variables(GLOB.sdql2_queries)
#undef SDQL_qdel_datum
#undef SDQL2_STATE_ERROR
#undef SDQL2_STATE_IDLE
#undef SDQL2_STATE_PRESEARCH
#undef SDQL2_STATE_SEARCHING
#undef SDQL2_STATE_EXECUTING
#undef SDQL2_STATE_SWITCHING
#undef SDQL2_STATE_HALTING
// 2 undefs missing here still because of SDQL_2_parser
#undef SDQL2_OPTION_SELECT_OUTPUT_SKIP_NULLS
#undef SDQL2_OPTION_BLOCKING_CALLS
#undef SDQL2_OPTION_HIGH_PRIORITY
#undef SDQL2_OPTION_DO_NOT_AUTOGC
#undef SDQL2_OPTIONS_DEFAULT
#undef SDQL2_IS_RUNNING
#undef SDQL2_HALT_CHECK
#undef SDQL2_TICK_CHECK
#undef SDQL2_STAGE_SWITCH_CHECK