KYRA works with the new GMM implementation

svn-id: r32957
This commit is contained in:
Christopher Page 2008-07-08 05:02:45 +00:00
parent 3beccaf115
commit b97f39019c
22 changed files with 67 additions and 91 deletions

View file

@ -161,7 +161,7 @@ Common::InSaveFile *KyraEngine_v1::openSaveForReading(const char *filename, Save
Common::OutSaveFile *KyraEngine_v1::openSaveForWriting(const char *filename, const char *saveName) const {
debugC(9, kDebugLevelMain, "KyraEngine_v1::openSaveForWriting('%s', '%s')", filename, saveName);
if (_quit)
if (_eventMan->shouldQuit())
return 0;
Common::OutSaveFile *out = 0;