diff options
| author | Selene ToyKeeper | 2021-09-10 01:22:35 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2021-09-10 01:22:35 -0600 |
| commit | 75cecc4525522b3a4c6339b5aa303bb568769974 (patch) | |
| tree | 0d064deb3f8aba74acdc21bc9f1200f95f2d3912 /spaghetti-monster/fsm-ramping.h | |
| parent | fixed blf-lantern-t1616 build... I think (diff) | |
| download | anduril-75cecc4525522b3a4c6339b5aa303bb568769974.tar.gz anduril-75cecc4525522b3a4c6339b5aa303bb568769974.tar.bz2 anduril-75cecc4525522b3a4c6339b5aa303bb568769974.zip | |
fixed K9.3 builds (oops, new update_tint() needed to be compiled out for K9.3)
Diffstat (limited to 'spaghetti-monster/fsm-ramping.h')
| -rw-r--r-- | spaghetti-monster/fsm-ramping.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spaghetti-monster/fsm-ramping.h b/spaghetti-monster/fsm-ramping.h index d8aad18..c1f6064 100644 --- a/spaghetti-monster/fsm-ramping.h +++ b/spaghetti-monster/fsm-ramping.h @@ -42,7 +42,7 @@ inline void set_level_gradually(uint8_t lvl); void gradual_tick(); #endif -#ifdef USE_TINT_RAMPING +#if defined(USE_TINT_RAMPING) && (!defined(TINT_RAMP_TOGGLE_ONLY)) void update_tint(); #endif |
