aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/text_v2.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2007-11-09 16:52:39 +0000
committerJohannes Schickel2007-11-09 16:52:39 +0000
commitb29486e3de3f757df5a45be91f747587bf6e3293 (patch)
tree8644b75a647845fe01958846d2360ffc3e1f36c7 /engines/kyra/text_v2.cpp
parent5f6cb432fb485e981b2b4be66e1e701aee6e51a0 (diff)
downloadscummvm-rg350-b29486e3de3f757df5a45be91f747587bf6e3293.tar.gz
scummvm-rg350-b29486e3de3f757df5a45be91f747587bf6e3293.tar.bz2
scummvm-rg350-b29486e3de3f757df5a45be91f747587bf6e3293.zip
Implemented idle script handling.
svn-id: r29460
Diffstat (limited to 'engines/kyra/text_v2.cpp')
-rw-r--r--engines/kyra/text_v2.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/kyra/text_v2.cpp b/engines/kyra/text_v2.cpp
index 9bf842a7a8..5b56d69c7d 100644
--- a/engines/kyra/text_v2.cpp
+++ b/engines/kyra/text_v2.cpp
@@ -127,7 +127,7 @@ int KyraEngine_v2::chatCalcDuration(const char *str) {
}
void KyraEngine_v2::objectChat(const char *str, int object, int vocHigh, int vocLow) {
- //setNextIdleAnimTimer();
+ setNextIdleAnimTimer();
_chatVocHigh = _chatVocLow = -1;
@@ -176,7 +176,7 @@ void KyraEngine_v2::objectChat(const char *str, int object, int vocHigh, int voc
_chatText = 0;
_chatObject = -1;
- //setNextIdelAnimTimer();
+ setNextIdleAnimTimer();
}
void KyraEngine_v2::objectChatInit(const char *str, int object, int vocHigh, int vocLow) {