From d648a205ffa7bc8e5722f7aec1b7e00b10e48346 Mon Sep 17 00:00:00 2001 From: BeebBeebBoob Date: Mon, 20 Jan 2025 16:00:50 +0300 Subject: [PATCH] LINTER?? HELLO? Removes blackbox sys define --- code/__DEFINES/subsystems.dm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/code/__DEFINES/subsystems.dm b/code/__DEFINES/subsystems.dm index 2e06c7645f1..8463e9850d7 100644 --- a/code/__DEFINES/subsystems.dm +++ b/code/__DEFINES/subsystems.dm @@ -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