mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-07-18 03:37:00 +01:00
470b02443d
* Upload files * GLOBAL_LIST_INIT() used before being defined
8 lines
289 B
Plaintext
8 lines
289 B
Plaintext
/*
|
|
* # INIT_ORDER_INTERACTIONS
|
|
* Used by the Interactions subsystems, used to set it's own position in the queue.
|
|
* This puts this last on priority, very far from other subsystems,
|
|
* if citadel ever manages to get this far, push it ever lower.
|
|
*/
|
|
#define INIT_ORDER_INTERACTIONS -150
|