mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03:00
Clean up of options menus for v2.3 (fixes #696)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user