aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/scene_v3.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2008-04-23 19:24:02 +0000
committerJohannes Schickel2008-04-23 19:24:02 +0000
commit69bdd29976738b246247adfdc399295cf006b943 (patch)
tree55a1860775a9d978fd4449f86d30fa661a6bcf7e /engines/kyra/scene_v3.cpp
parent1267ed09db3fa264822d321112a46957adc52875 (diff)
downloadscummvm-rg350-69bdd29976738b246247adfdc399295cf006b943.tar.gz
scummvm-rg350-69bdd29976738b246247adfdc399295cf006b943.tar.bz2
scummvm-rg350-69bdd29976738b246247adfdc399295cf006b943.zip
- Implemented idle animation/talk handling in kyra3
- Implemented opcodes: 110: o3_runTemporaryScript - fixed idle animation handling in kyra2 svn-id: r31673
Diffstat (limited to 'engines/kyra/scene_v3.cpp')
-rw-r--r--engines/kyra/scene_v3.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/kyra/scene_v3.cpp b/engines/kyra/scene_v3.cpp
index 3e2864375c..fabed9dfb9 100644
--- a/engines/kyra/scene_v3.cpp
+++ b/engines/kyra/scene_v3.cpp
@@ -158,7 +158,9 @@ void KyraEngine_v3::enterNewScene(uint16 sceneId, int facing, int unk1, int unk2
} else {
if (!--_enterNewSceneLock)
_unk5 = 0;
- //XXX
+
+ setNextIdleAnimTimer();
+
if (_itemInHand <= 0) {
_itemInHand = -1;
_handItemSet = -1;