aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v2.cpp
diff options
context:
space:
mode:
authorTravis Howell2004-03-15 04:00:00 +0000
committerTravis Howell2004-03-15 04:00:00 +0000
commit538e9a36edb79fcf4687a5136d7073780006c2a3 (patch)
tree0ee8c4543bfed392ce2d5383949857b41c83d3ad /scumm/script_v2.cpp
parentaf96fecb5da9b8da5e842ca8e1102a2f22f41d30 (diff)
downloadscummvm-rg350-538e9a36edb79fcf4687a5136d7073780006c2a3.tar.gz
scummvm-rg350-538e9a36edb79fcf4687a5136d7073780006c2a3.tar.bz2
scummvm-rg350-538e9a36edb79fcf4687a5136d7073780006c2a3.zip
Ooops
svn-id: r13303
Diffstat (limited to 'scumm/script_v2.cpp')
-rw-r--r--scumm/script_v2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v2.cpp b/scumm/script_v2.cpp
index 28a73a0b16..661491656d 100644
--- a/scumm/script_v2.cpp
+++ b/scumm/script_v2.cpp
@@ -711,7 +711,7 @@ void ScummEngine_v2::o2_actorOps() {
case 5: // SO_TALK_COLOR
if ((_gameId == GID_MANIAC) && (_version == 1))
v1_mm_actor_speech_color[act] = arg;
- else if (_gameId == GID_MANIAC && _demoMode)
+ else if (_gameId == GID_MANIAC && _demoMode && arg == 1)
a->talkColor = 15;
else
a->talkColor = arg;