diff options
Diffstat (limited to 'spaghetti-monster')
| -rw-r--r-- | spaghetti-monster/anduril/anduril.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/spaghetti-monster/anduril/anduril.c b/spaghetti-monster/anduril/anduril.c index 6e7b0b9..89712fe 100644 --- a/spaghetti-monster/anduril/anduril.c +++ b/spaghetti-monster/anduril/anduril.c @@ -248,6 +248,9 @@ uint8_t steady_state(EventPtr event, uint16_t arg) { target_level = arg; #endif set_level(nearest_level(arg)); + #ifdef USE_REVERSING + ramp_direction = 1; + #endif return MISCHIEF_MANAGED; } // 1 click: off |
