[Scummvm-cvs-logs] scummvm master -> 75297cb124c72a40d079a9bb0bb372993de8acbb
athrxx
athrxx at scummvm.org
Sun Jun 5 12:01:14 CEST 2011
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
75297cb124 KYRA: fix GMM saving
Commit: 75297cb124c72a40d079a9bb0bb372993de8acbb
https://github.com/scummvm/scummvm/commit/75297cb124c72a40d079a9bb0bb372993de8acbb
Author: athrxx (athrxx at scummvm.org)
Date: 2011-06-05T02:58:15-07:00
Commit Message:
KYRA: fix GMM saving
(match with 477d6233c3672d9a60cceea3570bc775df3d9253)
Changed paths:
engines/kyra/kyra_v1.h
diff --git a/engines/kyra/kyra_v1.h b/engines/kyra/kyra_v1.h
index bb533b1..cf15b18 100644
--- a/engines/kyra/kyra_v1.h
+++ b/engines/kyra/kyra_v1.h
@@ -418,7 +418,7 @@ protected:
void loadGameStateCheck(int slot);
virtual Common::Error loadGameState(int slot) = 0;
- Common::Error saveGameState(int slot, const char *saveName) { return saveGameStateIntern(slot, saveName, 0); }
+ Common::Error saveGameState(int slot, const Common::String &desc) { return saveGameStateIntern(slot, desc.c_str(), 0); }
virtual Common::Error saveGameStateIntern(int slot, const char *saveName, const Graphics::Surface *thumbnail) = 0;
Common::SeekableReadStream *openSaveForReading(const char *filename, SaveHeader &header);
More information about the Scummvm-git-logs
mailing list