TOUCHE works with the new GMM implementation

svn-id: r33046
This commit is contained in:
Christopher Page 2008-07-13 22:24:55 +00:00
parent 0175425109
commit c210f90a62
4 changed files with 22 additions and 23 deletions

View file

@ -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;