mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Add an accessibility option to toggle the fake loading screen (#63)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user