[MIRROR] Adds a minor documentation comment (#1097)

* Adds a minor documentation comment

* Update subsystems.dm

* Delete subsystems.dm.rej
This commit is contained in:
CitadelStationBot
2017-05-27 15:42:58 -05:00
committed by kevinz000
parent a1ebd8c791
commit fd2c61f3d3
+2 -1
View File
@@ -39,6 +39,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_SERVER_MAINT 16
@@ -71,4 +72,4 @@
#define RUNLEVEL_GAME 4
#define RUNLEVEL_POSTGAME 8
#define RUNLEVELS_DEFAULT (RUNLEVEL_SETUP | RUNLEVEL_GAME | RUNLEVEL_POSTGAME)
#define RUNLEVELS_DEFAULT (RUNLEVEL_SETUP | RUNLEVEL_GAME | RUNLEVEL_POSTGAME)