mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-16 01:25:10 +01:00
Cleaning up defines
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user