From 29fda246c19fb524af1539d3d44c8ea48b1d5e6e Mon Sep 17 00:00:00 2001 From: AffectedArc07 Date: Wed, 27 May 2020 14:50:36 +0100 Subject: [PATCH] Typo --- code/__DEFINES/subsystems.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/__DEFINES/subsystems.dm b/code/__DEFINES/subsystems.dm index 962e8daf286..153eca7f373 100644 --- a/code/__DEFINES/subsystems.dm +++ b/code/__DEFINES/subsystems.dm @@ -44,7 +44,7 @@ // Subsystem init_order, from highest priority to lowest priority // 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 lobyb screens +#define INIT_ORDER_TITLE 100 // This **MUST** load first or people will se blank lobby screens #define INIT_ORDER_GARBAGE 19 #define INIT_ORDER_DBCORE 18 #define INIT_ORDER_BLACKBOX 17