From c43cbeae967b779d5869b382b79ce5380d1a81d8 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 4 May 2008 13:07:13 +0000 Subject: Moved more opcodes to KyraEngine_v2. svn-id: r31859 --- engines/kyra/kyra_hof.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/kyra/kyra_hof.cpp') diff --git a/engines/kyra/kyra_hof.cpp b/engines/kyra/kyra_hof.cpp index fad7717e5b..d682bdac13 100644 --- a/engines/kyra/kyra_hof.cpp +++ b/engines/kyra/kyra_hof.cpp @@ -129,7 +129,7 @@ KyraEngine_HoF::KyraEngine_HoF(OSystem *system, const GameFlags &flags) : KyraEn _conversationState[i] = new int8[14]; _npcTalkChpIndex = _npcTalkDlgIndex = -1; _mainCharacter.dlgIndex = 0; - setNewDlgIndex(-1); + setDlgIndex(-1); _bookMaxPage = 6; _bookCurPage = 0; @@ -1470,7 +1470,7 @@ void KyraEngine_HoF::showIdleAnim() { static bool scriptAnimation = false; if (!scriptAnimation && _flags.isTalkie) { scriptAnimation = true; - zanthRandomIdleChat(); + randomSceneChat(); } else { scriptAnimation = false; if (_characterShapeFile > 8) -- cgit v1.2.3