add menu option for checkpoint saving

This commit is contained in:
NyakoFox
2024-09-26 13:20:18 -03:00
committed by Misa Elizabeth Kai
parent 8aec83daec
commit e58fd606cf
27 changed files with 143 additions and 0 deletions

View File

@@ -6868,6 +6868,7 @@ void Game::createmenu( enum Menu::MenuName t, bool samemenu/*= false*/ )
option(loc::gettext("unfocus pause"));
option(loc::gettext("unfocus audio pause"));
option(loc::gettext("room name background"));
option(loc::gettext("checkpoint saving"));
option(loc::gettext("return"));
menuyoff = 0;
maxspacing = 15;