Skip to content

Commit

Permalink
Fix screen size after starting from crashguard save
Browse files Browse the repository at this point in the history
  • Loading branch information
nextghost committed Jul 11, 2021
1 parent a3805c0 commit ed55852
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions signus/src/signus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -991,6 +991,9 @@ int CrashLoad() {
return FALSE;
}

// No events have been processed so far, flush them so that video
// backend can properly resize the window, etc.
ClearEvent();
LoadGameState(stream);
return TRUE;
}
Expand Down

0 comments on commit ed55852

Please sign in to comment.