Gives subsystem controllers a bitfield def to make vv easier, renames their flags var (#95439)

This commit is contained in:
LemonInTheDark
2026-03-22 19:06:30 -04:00
committed by GitHub
parent d2b41c670f
commit f2360d64fd
116 changed files with 142 additions and 132 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ SUBSYSTEM_DEF(garbage)
name = "Garbage"
priority = FIRE_PRIORITY_GARBAGE
wait = 2 SECONDS
flags = SS_POST_FIRE_TIMING|SS_BACKGROUND|SS_NO_INIT
ss_flags = SS_POST_FIRE_TIMING|SS_BACKGROUND|SS_NO_INIT
runlevels = RUNLEVELS_DEFAULT | RUNLEVEL_LOBBY
init_stage = INITSTAGE_FIRST