Emergency fix to Timer Subsystem

This commit is contained in:
Unknown
2019-04-10 18:53:15 -04:00
parent 26317c4017
commit cecbac2831
3 changed files with 3 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
SUBSYSTEM_DEF(timer)
name = "Timer"
wait = 1 //SS_TICKER subsystem, so wait is in ticks
priority = FIRE_PRIORITY_TIMERS //VOREStation Emergency Edit
init_order = INIT_ORDER_TIMER
flags = SS_TICKER|SS_NO_INIT