X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Ftools.c;fp=src%2Ftools.c;h=83b61d9c54e2c490e26422356a2b5be61b35c407;hp=464a4fb14a797c4f4818481d2b2ef041cda3bf6b;hb=24b118cd473bba91a99ae088e3cfed19cea9b7b7;hpb=83e517a21df545adde838b80e6a4c93807480a72 diff --git a/src/tools.c b/src/tools.c index 464a4fb1..83b61d9c 100644 --- a/src/tools.c +++ b/src/tools.c @@ -9740,7 +9740,8 @@ void ChangeViewportPropertiesIfNeeded(void) { boolean use_mini_tilesize = (level.game_engine_type == GAME_ENGINE_TYPE_MM ? FALSE : setup.small_game_graphics); - int gfx_game_mode = game_status; + int gfx_game_mode = (game_status == GAME_MODE_SCOREINFO ? GAME_MODE_SCORES : + game_status); int gfx_game_mode2 = (game_status == GAME_MODE_EDITOR ? GAME_MODE_DEFAULT : game_status); struct RectWithBorder *vp_window = &viewport.window[gfx_game_mode];