From 21dc872873904314c919643bc10cc58b85bcfc75 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Wed, 30 Apr 2008 04:42:53 +0000 Subject: Ooops, missed one difference. svn-id: r31786 --- engines/scumm/actor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.3