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 20, 2025
1 parent a190fb3 commit ba6f21e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions code/__DEFINES/subsystems.dm
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +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_BLACKBOX 16
#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 ba6f21e

Please sign in to comment.