X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame.c;h=d9ac07ace8b24b7aa528880e7bc7858f76f589e7;hp=4c9c56e8f81825e57bebbd3e92dd0f3bb6c3adaa;hb=998abf7fcc9f6413625e61244d8cc49872870dbf;hpb=765dcb99ef77ec52dd1e5f0a459ce5ffffcc9cd6 diff --git a/src/game.c b/src/game.c index 4c9c56e8..d9ac07ac 100644 --- a/src/game.c +++ b/src/game.c @@ -3573,6 +3573,8 @@ void InitGame() game.ball_state = level.ball_state_initial; game.ball_content_nr = 0; + game.explosions_delayed = TRUE; + game.envelope_active = FALSE; for (i = 0; i < NUM_BELTS; i++)