Skip to content

Commit

Permalink
LINTER?? HELLO? Removes blackbox sys define
Browse files Browse the repository at this point in the history
  • Loading branch information
BeebBeebBoob committed Jan 25, 2025
1 parent deed95d commit f2ad7c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/__DEFINES/subsystems.dm
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@
// Subsystems shutdown in the reverse of the order they initialize in
// The numbers just define the ordering, they are meaningless otherwise.
#define INIT_ORDER_TITLE 100 // This **MUST** load first or people will se blank lobby screens
#define INIT_ORDER_SPEECH_CONTROLLER 19
#define INIT_ORDER_GARBAGE 18
#define INIT_ORDER_DBCORE 17
#define INIT_ORDER_SPEECH_CONTROLLER 18
#define INIT_ORDER_GARBAGE 17
#define INIT_ORDER_DBCORE 16
#define INIT_ORDER_CLEANUP 15
#define INIT_ORDER_INPUT 14
#define INIT_ORDER_SOUNDS 13
Expand Down

0 comments on commit f2ad7c1

Please sign in to comment.