aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/lol.h
diff options
context:
space:
mode:
authorJohannes Schickel2010-10-28 23:57:24 +0000
committerJohannes Schickel2010-10-28 23:57:24 +0000
commit32338876f8565197edca64bc01492961639e9d95 (patch)
tree838a1d925b3792eaeb1a303fb81ba3a5fea1b366 /engines/kyra/lol.h
parent607920c869b16646be595a1e5938576f7476f950 (diff)
downloadscummvm-rg350-32338876f8565197edca64bc01492961639e9d95.tar.gz
scummvm-rg350-32338876f8565197edca64bc01492961639e9d95.tar.bz2
scummvm-rg350-32338876f8565197edca64bc01492961639e9d95.zip
KYRA: Rename KyraEngine::saveGameState to KyraEngine::saveGameStateIntern.
This is to avoid name similarity between KyraEngine::saveGameState(Intern) and Engine::saveGameState. svn-id: r53912
Diffstat (limited to 'engines/kyra/lol.h')
-rw-r--r--engines/kyra/lol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/lol.h b/engines/kyra/lol.h
index d0f1fcda0d..f2c93f83fc 100644
--- a/engines/kyra/lol.h
+++ b/engines/kyra/lol.h
@@ -1488,7 +1488,7 @@ private:
// save
Common::Error loadGameState(int slot);
- Common::Error saveGameState(int slot, const char *saveName, const Graphics::Surface *thumbnail);
+ Common::Error saveGameStateIntern(int slot, const char *saveName, const Graphics::Surface *thumbnail);
Graphics::Surface *generateSaveThumbnail() const;