X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame.c;h=7b63ee751bfc090fbb93364d9f12612a937d254c;hp=0fa3035d4fce292bfa48d717d8e0a2ae697397da;hb=f7165d318c089b77d0a91a77afc44cb8866dc1cc;hpb=f1dd811c3716f706ab832dadf8ef52cf4bfd705d diff --git a/src/game.c b/src/game.c index 0fa3035d..7b63ee75 100644 --- a/src/game.c +++ b/src/game.c @@ -3909,6 +3909,14 @@ void InitGame() FadeIn(REDRAW_FIELD); +#if 1 + // full screen redraw is required at this point in the following cases: + // - special editor door undrawn when game was started from level editor + // - drawing area (playfield) was changed and has to be removed completely + redraw_mask = REDRAW_ALL; + BackToFront(); +#endif + if (!game.restart_level) { /* copy default game door content to main double buffer */