MACVENTURE: Fix segfault when saving

This commit is contained in:
Borja Lorente 2016-08-04 16:48:33 +02:00
parent 409a665867
commit cb4650247f

View file

@ -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) {