mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-09-25 13:27:12 +03:00
add menu option for checkpoint saving
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
8aec83daec
commit
e58fd606cf
@@ -862,6 +862,12 @@ static void menuactionpress(void)
|
||||
game.savestatsandsettings_menu();
|
||||
music.playef(Sound_VIRIDIAN);
|
||||
break;
|
||||
case 3:
|
||||
// toggle checkpoint saving
|
||||
game.checkpoint_saving = !game.checkpoint_saving;
|
||||
game.savestatsandsettings_menu();
|
||||
music.playef(Sound_VIRIDIAN);
|
||||
break;
|
||||
default:
|
||||
//back
|
||||
music.playef(Sound_VIRIDIAN);
|
||||
|
||||
Reference in New Issue
Block a user