Add an accessibility option to toggle the fake loading screen (#63)

This commit is contained in:
Info Teddy
2020-01-12 17:45:44 -08:00
committed by Ethan Lee
parent bc64d027d2
commit c2ac1dc7d2
5 changed files with 32 additions and 2 deletions

View File

@@ -734,6 +734,12 @@ SDL_assert(0 && "Remove open level dir");
music.playef(11, 10);
}
else if (game.currentmenuoption == 4)
{
// toggle fake load screen
game.skipfakeload = !game.skipfakeload;
music.playef(11, 10);
}
else if (game.currentmenuoption == 5)
{
//back
music.playef(11, 10);