aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm')
-rw-r--r--engines/scumm/actor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/actor.cpp b/engines/scumm/actor.cpp
index 5002a22a6f..1eefea4fc9 100644
--- a/engines/scumm/actor.cpp
+++ b/engines/scumm/actor.cpp
@@ -1881,7 +1881,7 @@ void ScummEngine_v7::actorTalk(const byte *msg) {
_charsetBufPos = 0;
_talkDelay = 0;
_haveMsg = 1;
- if (_game.version == 7)
+ if (_game.id == GID_FT)
VAR(VAR_HAVE_MSG) = 0xFF;
_haveActorSpeechMsg = true;
if (_game.id == GID_DIG || _game.id == GID_CMI) {