MACVENTURE: Fix segfault when saving
This commit is contained in:
parent
409a665867
commit
cb4650247f
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ Common::Error MacVentureEngine::saveGameState(int slot, const Common::String &de
|
|||
warning("Could not save '%s' correctly.", saveFileName.c_str());
|
||||
}
|
||||
delete file;
|
||||
return Common::kNoError;
|
||||
}
|
||||
|
||||
bool MacVentureEngine::scummVMSaveLoadDialog(bool isSave) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue