Update editor_disabled more often, remove -enable-editor

This commit is contained in:
AllyTally
2023-08-24 22:15:04 -03:00
committed by Misa Elizabeth Kai
parent 3ca28a5944
commit 03ee60aea6
3 changed files with 4 additions and 6 deletions

View File

@@ -7282,6 +7282,7 @@ void Game::quittomenu(void)
else
{
//Returning from editor
editor_disabled = !BUTTONGLYPHS_keyboard_is_available();
returntomenu(Menu::playerworlds);
}
}