diff --git a/game.c b/game.c index da8b935..46b4777 100644 --- a/game.c +++ b/game.c @@ -193,6 +193,9 @@ int main(int argc, char *argv[]) MLV_wait_seconds(3); global_score = previous_score; + boosts = 0; + boost_duration = 0; + speed = BASE_SPEED; break; } else if (result == BOOST)