TOUCHE works with the new GMM implementation
svn-id: r33046
This commit is contained in:
parent
0175425109
commit
c210f90a62
4 changed files with 22 additions and 23 deletions
|
@ -295,7 +295,7 @@ void ToucheEngine::loadGameStateData(Common::ReadStream *stream) {
|
|||
if (stream->readUint32LE() != saveLoadEndMarker) {
|
||||
warning("Corrupted gamestate data");
|
||||
// if that ever happens, exit the game
|
||||
_quit = 1;
|
||||
quitGame();
|
||||
}
|
||||
_flagsTable[614] = roomOffsX;
|
||||
_flagsTable[615] = roomOffsY;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue