KYRA: Rename KyraEngine::saveGameState to KyraEngine::saveGameStateIntern.

This is to avoid name similarity between KyraEngine::saveGameState(Intern)
and Engine::saveGameState.

svn-id: r53912
This commit is contained in:
Johannes Schickel 2010-10-28 23:57:24 +00:00
parent 607920c869
commit 32338876f8
21 changed files with 22 additions and 22 deletions

View file

@ -293,7 +293,7 @@ int KyraEngine_MR::o3_updateScore(EMCState *script) {
int KyraEngine_MR::o3_makeSecondChanceSave(EMCState *script) {
debugC(3, kDebugLevelScriptFuncs, "KyraEngine_MR::o3_makeSecondChanceSave(%p) ()", (const void *)script);
saveGameState(999, "Autosave", 0);
saveGameStateIntern(999, "Autosave", 0);
return 0;
}