KYRA works with the new GMM implementation
svn-id: r32957
This commit is contained in:
parent
3beccaf115
commit
b97f39019c
22 changed files with 67 additions and 91 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue