diff options
| author | Selene ToyKeeper | 2018-10-10 21:28:09 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2018-10-10 21:28:09 -0600 |
| commit | 2019f64e39f1b61ea0dcb6facdf9b93955b4e8b7 (patch) | |
| tree | 931af23cb203e5e8639d9dad572a63d451f2a529 /spaghetti-monster | |
| parent | ramp tint faster, remember after battery change (diff) | |
| download | anduril-2019f64e39f1b61ea0dcb6facdf9b93955b4e8b7.tar.gz anduril-2019f64e39f1b61ea0dcb6facdf9b93955b4e8b7.tar.bz2 anduril-2019f64e39f1b61ea0dcb6facdf9b93955b4e8b7.zip | |
Fixed location of an #endif
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 } |
