Use define constants for subsystem init order and priority.

Replaced all hard coded numbers for subsystem priority with defines in subsystem.dm - Much easier to see them in order that way.
This commit is contained in:
Leshana
2018-04-20 13:18:55 -04:00
parent 0d957e35a5
commit 63257bf40b
8 changed files with 17 additions and 10 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
SUBSYSTEM_DEF(orbit)
name = "Orbits"
priority = 8 // FIRE_PRIORITY_ORBIT
priority = FIRE_PRIORITY_ORBIT
wait = 2
flags = SS_NO_INIT|SS_TICKER