Fix transitions not spanning the entire screen and fix dissolve replaying when toggling full-screen

This commit is contained in:
elasota
2020-07-20 12:17:36 -04:00
parent a77e1d868f
commit 7bf6147fa1
5 changed files with 15 additions and 15 deletions

View File

@@ -82,13 +82,13 @@ void DoHighScores (void)
// else
// DissBits(&workSrcRect);
DumpScreenOn(&workSrcRect);
DumpScreenOn(&workSrcRect, false);
SpinCursor(3);
DrawHighScores(workSrcMap);
DumpScreenOn(&workSrcRect);
DumpScreenOn(&workSrcRect, false);
SpinCursor(3);
// if (quickerTransitions)