diff options
Diffstat (limited to 'spaghetti-monster')
| -rw-r--r-- | spaghetti-monster/anduril/anduril.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/spaghetti-monster/anduril/anduril.c b/spaghetti-monster/anduril/anduril.c index 7217f87..a3d5c69 100644 --- a/spaghetti-monster/anduril/anduril.c +++ b/spaghetti-monster/anduril/anduril.c @@ -1838,6 +1838,7 @@ void setup() { #ifdef USE_TINT_RAMPING // add tint ramping underneath every other state push_state(tint_ramping_state, 0); + #endif // ifdef USE_TINT_RAMPING #ifdef USE_MUGGLE_MODE if (muggle_mode_active) @@ -1846,8 +1847,6 @@ void setup() { #endif push_state(off_state, 0); - #endif // ifdef USE_TINT_RAMPING - #endif // ifdef START_AT_MEMORIZED_LEVEL } |
