aboutsummaryrefslogtreecommitdiff
path: root/scumm/actor.cpp
diff options
context:
space:
mode:
authorTravis Howell2004-01-08 15:07:44 +0000
committerTravis Howell2004-01-08 15:07:44 +0000
commit38a7f018b2106d0d4a858625f0a505590482e3d9 (patch)
tree8f9d45de475f5044266ad4514b1126dac31a98bc /scumm/actor.cpp
parent2e8d4e2d9ec6c4a46a20418c8831e1d4b1eabab5 (diff)
downloadscummvm-rg350-38a7f018b2106d0d4a858625f0a505590482e3d9.tar.gz
scummvm-rg350-38a7f018b2106d0d4a858625f0a505590482e3d9.tar.bz2
scummvm-rg350-38a7f018b2106d0d4a858625f0a505590482e3d9.zip
Need for loomcd too.
svn-id: r12252
Diffstat (limited to 'scumm/actor.cpp')
-rw-r--r--scumm/actor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/actor.cpp b/scumm/actor.cpp
index 3341186f41..7eb0f80bef 100644
--- a/scumm/actor.cpp
+++ b/scumm/actor.cpp
@@ -1121,8 +1121,8 @@ void ScummEngine::actorTalk() {
_messagePtr = addMessageToStack(_messagePtr);
assert((int)(_msgPtrToAdd - _charsetBuffer) < (int)(sizeof(_charsetBuffer)));
- // FIXMW: Workaround for bug #770049
- if (_gameId == GID_LOOM) {
+ // FIXME: Workaround for bugs #770039 and #770049
+ if (_gameId == GID_LOOM || _gameId == GID_LOOM256) {
if (!*_charsetBuffer)
return;
}