mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Update editor_disabled more often, remove -enable-editor
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
3ca28a5944
commit
03ee60aea6
@@ -1,6 +1,7 @@
|
||||
#include <tinyxml2.h>
|
||||
#include <vector>
|
||||
|
||||
#include "ButtonGlyphs.h"
|
||||
#include "Credits.h"
|
||||
#include "CustomLevels.h"
|
||||
#include "Editor.h"
|
||||
@@ -426,6 +427,7 @@ static void menuactionpress(void)
|
||||
case 1:
|
||||
//Bring you to the normal playmenu
|
||||
music.playef(Sound_VIRIDIAN);
|
||||
game.editor_disabled = !BUTTONGLYPHS_keyboard_is_available();
|
||||
game.createmenu(Menu::playerworlds);
|
||||
map.nexttowercolour();
|
||||
break;
|
||||
@@ -614,6 +616,7 @@ static void menuactionpress(void)
|
||||
}
|
||||
case Menu::showlevelspath:
|
||||
music.playef(Sound_VIRIDIAN);
|
||||
game.editor_disabled = !BUTTONGLYPHS_keyboard_is_available();
|
||||
game.returntomenu(Menu::playerworlds);
|
||||
map.nexttowercolour();
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user