X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fgame.c;h=e671dbe4db71d3b44f97ecce958ea36c620cef8b;hb=5cdf02eb2a6d9627f7461ab9d386698cb7596096;hp=556c22b29aa87abd23b7a6975809761c739c2389;hpb=59ee473b86e7cbc1d9b09a3c22b0bbd3a410f16f;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();