From a93c243386fe48595a981e0fb8bca4f6b3d518a8 Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Tue, 1 May 2018 16:49:13 -0600 Subject: Added missing ifdef for muggle mode behavior at boot. --- spaghetti-monster/anduril/anduril.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spaghetti-monster/anduril/anduril.c b/spaghetti-monster/anduril/anduril.c index be9404d..8e298b9 100644 --- a/spaghetti-monster/anduril/anduril.c +++ b/spaghetti-monster/anduril/anduril.c @@ -1451,9 +1451,11 @@ void setup() { load_config(); + #ifdef USE_MUGGLE_MODE if (muggle_mode_active) push_state(muggle_state, 0); else + #endif push_state(off_state, 0); #endif -- cgit v1.2.3