Skip to content

Commit c4a5aee

Browse files
authored
Merge pull request #82468 from alef/fix-showing-autosave-imgui
Redraw "Saving game" message twice
2 parents 71e6e58 + cfbc0e9 commit c4a5aee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/game.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13465,6 +13465,7 @@ void game::quicksave()
1346513465
static_popup popup;
1346613466
popup.message( "%s", _( "Saving game, this may take a while." ) );
1346713467
ui_manager::redraw();
13468+
ui_manager::redraw();
1346813469
refresh_display();
1346913470

1347013471
time_t now = std::time( nullptr ); //timestamp for start of saving procedure

0 commit comments

Comments
 (0)