aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/selector.h
diff options
context:
space:
mode:
authorMartin Kiewitz2010-08-05 07:49:19 +0000
committerMartin Kiewitz2010-08-05 07:49:19 +0000
commit1b6925765469de2e96bfa44f5b0c739309f982cf (patch)
treeb9062519105e8164f4accbac739cc9d7543c3930 /engines/sci/engine/selector.h
parent8e6d2eb5a37a0887ec569699118486cbf78ab5f5 (diff)
downloadscummvm-rg350-1b6925765469de2e96bfa44f5b0c739309f982cf.tar.gz
scummvm-rg350-1b6925765469de2e96bfa44f5b0c739309f982cf.tar.bz2
scummvm-rg350-1b6925765469de2e96bfa44f5b0c739309f982cf.zip
SCI: changing hoyle 4 workaround
fixing hoyle 4 detection entry (not a demo) adding direct selector fix, maybe we should replace this later with a script patch adding detailed comment about the issue svn-id: r51753
Diffstat (limited to 'engines/sci/engine/selector.h')
-rw-r--r--engines/sci/engine/selector.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sci/engine/selector.h b/engines/sci/engine/selector.h
index 661290f58c..00e795c1b9 100644
--- a/engines/sci/engine/selector.h
+++ b/engines/sci/engine/selector.h
@@ -127,6 +127,8 @@ struct SelectorCache {
// SCI1.1 Mac icon bar selectors
Selector iconIndex; ///< Used to index icon bar objects
+ Selector port; // used by a hoyle 4 workaround
+
#ifdef ENABLE_SCI32
Selector data; // Used by Array()/String()
Selector picture; // Used to hold the picture ID for SCI32 pictures