aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/selector.h
diff options
context:
space:
mode:
authorMartin Kiewitz2010-08-29 15:13:25 +0000
committerMartin Kiewitz2010-08-29 15:13:25 +0000
commitff7476d9f17c84623d544a2bb68b4cebe9d79fa4 (patch)
treea9fd3c9d1e0c0c656a7406167c061484c92babe7 /engines/sci/engine/selector.h
parent8ba02169f849b4f18a2a93aeb6c163cdeb4ce176 (diff)
downloadscummvm-rg350-ff7476d9f17c84623d544a2bb68b4cebe9d79fa4.tar.gz
scummvm-rg350-ff7476d9f17c84623d544a2bb68b4cebe9d79fa4.tar.bz2
scummvm-rg350-ff7476d9f17c84623d544a2bb68b4cebe9d79fa4.zip
SCI: adding virtual lists for qfg-import rooms
now lists import files of all possible games, adds game title before that, removes game prefixes for all files svn-id: r52441
Diffstat (limited to 'engines/sci/engine/selector.h')
-rw-r--r--engines/sci/engine/selector.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/sci/engine/selector.h b/engines/sci/engine/selector.h
index 661290f58c..63ec11fab1 100644
--- a/engines/sci/engine/selector.h
+++ b/engines/sci/engine/selector.h
@@ -58,7 +58,9 @@ struct SelectorCache {
Selector state, font, type;///< Used by controls
// window
Selector cursor, max; ///< Used by EditControl
- // mark, who
+ Selector mark; //< Used by list controls
+ Selector sort; //< Used by list controls (script internal, is needed by us for QfG3 import room)
+ // who
Selector message; ///< Used by GetEvent
// edit
Selector play; ///< Play function (first function to be called)