X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.c;h=e671dbe4db71d3b44f97ecce958ea36c620cef8b;hb=5cdf02eb2a6d9627f7461ab9d386698cb7596096;hp=556c22b29aa87abd23b7a6975809761c739c2389;hpb=f965a2a6e56dd5c1e91b306dfd52b38b1dd49537;p=rocksndiamonds.git diff --git a/src/game.c b/src/game.c index 556c22b2..e671dbe4 100644 --- a/src/game.c +++ b/src/game.c @@ -3720,6 +3720,11 @@ void InitGame() game_status = GAME_MODE_PLAYING; +#if 1 + /* needed if different viewport properties defined for playing */ + ChangeViewportPropertiesIfNeeded(); +#endif + InitGameEngine(); InitGameControlValues();