aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--spaghetti-monster/fsm-main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/spaghetti-monster/fsm-main.c b/spaghetti-monster/fsm-main.c
index 0457d75..b96bce8 100644
--- a/spaghetti-monster/fsm-main.c
+++ b/spaghetti-monster/fsm-main.c
@@ -129,6 +129,7 @@ int main() {
// fallback for handling a few things
#ifndef DONT_USE_DEFAULT_STATE
push_state(default_state, 0);
+ nice_delay_interrupt = 0;
#endif
// call recipe's setup