aboutsummaryrefslogtreecommitdiff
path: root/scumm/string.cpp
diff options
context:
space:
mode:
authorMax Horn2003-04-27 18:30:35 +0000
committerMax Horn2003-04-27 18:30:35 +0000
commit732d457aac9eefcdc1adb4b3b5ee5a6a2e7ea4a1 (patch)
tree2285b94ad82839475bfa744e2b29563841031b51 /scumm/string.cpp
parentdfd99bbb13c6f4859d14f26752e6a2c063603e53 (diff)
downloadscummvm-rg350-732d457aac9eefcdc1adb4b3b5ee5a6a2e7ea4a1.tar.gz
scummvm-rg350-732d457aac9eefcdc1adb4b3b5ee5a6a2e7ea4a1.tar.bz2
scummvm-rg350-732d457aac9eefcdc1adb4b3b5ee5a6a2e7ea4a1.zip
Patch #728483: EGA LOOM: More text-drawing hackery
svn-id: r7162
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 5602656931..adfd538cfc 100644
--- a/scumm/string.cpp
+++ b/scumm/string.cpp
@@ -188,7 +188,7 @@ void Scumm::CHARSET_1() {
_talkDelay = _defaultTalkDelay;
if (!_keepText) {
- if (_features & GF_AFTER_V3) {
+ if (_features & GF_AFTER_V3 && _gameId != GID_LOOM) {
gdi._mask_left = _string[0].xpos;
gdi._mask_top = _string[0].ypos;
gdi._mask_bottom = _string[0].ypos + 8;