Fix Flip Mode persisting in in-game options menu

Now graphics.flipmode is turned off when going into the menu, and turned
back on if necessary when exiting.
This commit is contained in:
Misa
2020-06-22 21:41:21 -07:00
committed by Ethan Lee
parent c5a5589ce5
commit 441e7babd7
2 changed files with 2 additions and 0 deletions

View File

@@ -7764,4 +7764,5 @@ void Game::returntopausemenu()
map.kludge_to_bg();
map.tdrawback = true;
game.mapheld = true;
graphics.flipmode = graphics.setflipmode;
}