diff options
author | Travis Howell | 2008-04-30 04:42:53 +0000 |
---|---|---|
committer | Travis Howell | 2008-04-30 04:42:53 +0000 |
commit | 21dc872873904314c919643bc10cc58b85bcfc75 (patch) | |
tree | 80f9de6fe0fc65f7ed6cff173e1e54fc78d00806 /engines/scumm | |
parent | acc232718fba57c8a2e3ae8238e42daa1739525b (diff) | |
download | scummvm-rg350-21dc872873904314c919643bc10cc58b85bcfc75.tar.gz scummvm-rg350-21dc872873904314c919643bc10cc58b85bcfc75.tar.bz2 scummvm-rg350-21dc872873904314c919643bc10cc58b85bcfc75.zip |
Ooops, missed one difference.
svn-id: r31786
Diffstat (limited to 'engines/scumm')
-rw-r--r-- | engines/scumm/actor.cpp | 2 |
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) { |