aboutsummaryrefslogtreecommitdiff
path: root/scumm/string.cpp
diff options
context:
space:
mode:
authorJonathan Gray2003-07-12 12:23:43 +0000
committerJonathan Gray2003-07-12 12:23:43 +0000
commitee62678369742eca033378328649320d92e32f6b (patch)
tree723a2754f6a38c883acdd61348d9081e0552066a /scumm/string.cpp
parentf383dc24c4aa17fd6a1b8c922f360db5baaf6c64 (diff)
downloadscummvm-rg350-ee62678369742eca033378328649320d92e32f6b.tar.gz
scummvm-rg350-ee62678369742eca033378328649320d92e32f6b.tar.bz2
scummvm-rg350-ee62678369742eca033378328649320d92e32f6b.zip
revert change made in rev 1.140 fixes bug 766109
svn-id: r8942
Diffstat (limited to 'scumm/string.cpp')
-rw-r--r--scumm/string.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/string.cpp b/scumm/string.cpp
index 9d7115e2f7..7addac9254 100644
--- a/scumm/string.cpp
+++ b/scumm/string.cpp
@@ -86,7 +86,7 @@ void Scumm::CHARSET_1() {
if (!_haveMsg)
return;
- if (!(_features & GF_NEW_CAMERA) && _version >= 4) {
+ if (!(_features & GF_NEW_CAMERA) && !(_gameId == GID_ZAK256 && VAR(VAR_TALK_ACTOR) == 0xff)) {
if ((camera._dest.x >> 3) != (camera._cur.x >> 3) || camera._cur.x != camera._last.x)
return;
}