aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/script_v5.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v5.cpp b/scumm/script_v5.cpp
index bf107a16a1..4ed933efd3 100644
--- a/scumm/script_v5.cpp
+++ b/scumm/script_v5.cpp
@@ -2677,7 +2677,7 @@ void Scumm_v5::decodeParseString() {
case 6: /* left */
// FIXME: not sure if GF_OLD_BUNDLE is the right thing to check...
// but Loom needs this, for sure.
- if (_features & GF_OLD_BUNDLE) {
+ if (_version == 3) {
// FIXME: this value seems to be some kind of override
// for text spacing?!?
/* int a = */ getVarOrDirectWord(0x80);