mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
undefines our defines (#8506)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#define FIRE_PRIORITY_REFLECTOR 20
|
||||
|
||||
SUBSYSTEM_DEF(reflector)
|
||||
name = "Reflectors"
|
||||
priority = FIRE_PRIORITY_REFLECTOR
|
||||
@@ -44,3 +45,5 @@ SUBSYSTEM_DEF(reflector)
|
||||
return
|
||||
|
||||
current_thing = null
|
||||
|
||||
#undef FIRE_PRIORITY_REFLECTOR
|
||||
|
||||
Reference in New Issue
Block a user