Make returning from game/graphic options return to MAPMODE

This is so return doesn't just lead back to more TITLEMODE.
This commit is contained in:
Misa
2020-06-22 16:51:16 -07:00
committed by Ethan Lee
parent 4c5b018f6c
commit 6d7bff61b2
3 changed files with 24 additions and 2 deletions

View File

@@ -404,6 +404,8 @@ public:
}
bool over30mode;
bool ingame_titlemode;
};
extern Game game;