Clean up of options menus for v2.3 (fixes #696)

This commit is contained in:
TerryCavanagh
2021-04-09 20:39:12 +10:30
parent d9d5cbbab2
commit eee98b0e07
5 changed files with 523 additions and 463 deletions

View File

@@ -3885,22 +3885,13 @@ static void editormenuactionpress(void)
graphics.backgrounddrawn=false;
break;
case 6:
case 7:
/* Graphic options and game options */
/* Game options */
music.playef(11);
game.gamestate = TITLEMODE;
game.ingame_titlemode = true;
game.ingame_editormode = true;
if (game.currentmenuoption == 6)
{
DEFER_CALLBACK(creategraphicoptions);
}
else
{
DEFER_CALLBACK(creategameoptions);
}
DEFER_CALLBACK(creategameoptions);
DEFER_CALLBACK(nextbgcolor);
break;
default: