SAGA2: Re-enable checkRestartGame
This commit is contained in:
parent
9777cc6a1a
commit
f868f750d6
1 changed files with 0 additions and 3 deletions
|
@ -555,11 +555,8 @@ void cleanupGameState(void) {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void checkRestartGame(const char *exeName) {
|
void checkRestartGame(const char *exeName) {
|
||||||
#if 0
|
|
||||||
Common::String saveRestart = g_vm->getSavegameFile(999);
|
Common::String saveRestart = g_vm->getSavegameFile(999);
|
||||||
g_vm->saveGameState(999, saveRestart, true);
|
g_vm->saveGameState(999, saveRestart, true);
|
||||||
#endif
|
|
||||||
warning("STUB: checkRestartGame");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue