aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v6he.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2004-03-02 01:01:36 +0000
committerEugene Sandulenko2004-03-02 01:01:36 +0000
commit4accb5b006f76ecd7bac63096939065ce1807bfb (patch)
treee9fc9b5ac41eaf4c3214efddc4934ca5d7177800 /scumm/script_v6he.cpp
parent3ca500777958142dcaa765c28a76c39c6c22c9bc (diff)
downloadscummvm-rg350-4accb5b006f76ecd7bac63096939065ce1807bfb.tar.gz
scummvm-rg350-4accb5b006f76ecd7bac63096939065ce1807bfb.tar.bz2
scummvm-rg350-4accb5b006f76ecd7bac63096939065ce1807bfb.zip
Make use of GF_WINDOWS in HE games
svn-id: r13129
Diffstat (limited to 'scumm/script_v6he.cpp')
-rw-r--r--scumm/script_v6he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v6he.cpp b/scumm/script_v6he.cpp
index 9f166a6dd6..73d737857a 100644
--- a/scumm/script_v6he.cpp
+++ b/scumm/script_v6he.cpp
@@ -1248,7 +1248,7 @@ void ScummEngine_v6he::redimArray(int arrayId, int newX, int newY, int type) {
void ScummEngine_v6he::o6_stringLen() {
int a, len;
- if (_gameId == GID_PUTTPUTT) {
+ if (_features & GF_PC) {
o6_invalid();
}