SAGA2: Re-enable checkRestartGame

This commit is contained in:
a/ 2021-08-06 04:23:04 +09:00
parent 9777cc6a1a
commit f868f750d6

View file

@ -555,11 +555,8 @@ void cleanupGameState(void) {
#endif
void checkRestartGame(const char *exeName) {
#if 0
Common::String saveRestart = g_vm->getSavegameFile(999);
g_vm->saveGameState(999, saveRestart, true);
#endif
warning("STUB: checkRestartGame");
}