mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
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:
@@ -2143,6 +2143,7 @@ void mapmenuactionpress()
|
||||
// Graphic options and game options
|
||||
music.playef(11);
|
||||
game.gamestate = TITLEMODE;
|
||||
graphics.flipmode = false;
|
||||
game.ingame_titlemode = true;
|
||||
if (game.menupage == 32)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user