aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorMax Horn2003-07-24 23:33:43 +0000
committerMax Horn2003-07-24 23:33:43 +0000
commitb15277e5edcb63b1adf8b6b27060ae15c65aff20 (patch)
treeb63ece03447844cc8e9f1aa9cb59dae851c7d1d5 /scumm
parentf086ab5a0517c1181e38d7e60d6a8593d7800db1 (diff)
downloadscummvm-rg350-b15277e5edcb63b1adf8b6b27060ae15c65aff20.tar.gz
scummvm-rg350-b15277e5edcb63b1adf8b6b27060ae15c65aff20.tar.bz2
scummvm-rg350-b15277e5edcb63b1adf8b6b27060ae15c65aff20.zip
oops, wanted to move talkFrequency initialisation, but only re-moved it, and didn't add it in its new place. bad me!
svn-id: r9182
Diffstat (limited to 'scumm')
-rw-r--r--scumm/actor.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/actor.cpp b/scumm/actor.cpp
index 9de27a2f27..870de11b5a 100644
--- a/scumm/actor.cpp
+++ b/scumm/actor.cpp
@@ -76,6 +76,8 @@ void Actor::initActor(int mode) {
forceClip = 0;
ignoreTurns = false;
+ talkFrequency = 256;
+
if (_vm->_version <= 2) {
initFrame = 2;
walkFrame = 0;