aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorEugene Sandulenko2005-04-20 03:13:06 +0000
committerEugene Sandulenko2005-04-20 03:13:06 +0000
commit89ca4bf716757e27152a5e368c2cdedc75d50b8c (patch)
tree50f184008596943cbe32d81f100ad17254f24271 /scumm/scumm.h
parentf960d3006ebc3f4e39d4f3f1701b1f7c10b27db7 (diff)
downloadscummvm-rg350-89ca4bf716757e27152a5e368c2cdedc75d50b8c.tar.gz
scummvm-rg350-89ca4bf716757e27152a5e368c2cdedc75d50b8c.tar.bz2
scummvm-rg350-89ca4bf716757e27152a5e368c2cdedc75d50b8c.zip
Since lost/smaller use default windows cursor we setup our own
svn-id: r17705
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h21
1 files changed, 12 insertions, 9 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 27041cab9d..193307f2be 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -114,18 +114,21 @@ enum GameFeatures {
*/
GF_FEW_LOCALS = 1 << 11,
+ /** HE games without cursor resources */
+ GF_HE_CURSORLESS = 1 << 12,
+
/** Games with multiple versions */
- GF_MULTIPLE_VERSIONS = 1 << 12,
+ GF_MULTIPLE_VERSIONS = 1 << 13,
- GF_FMTOWNS = 1 << 13,
- GF_AMIGA = 1 << 14,
- GF_NES = 1 << 15,
- GF_ATARI_ST = 1 << 16,
- GF_MACINTOSH = 1 << 17,
- GF_PC = 1 << 18,
- GF_WINDOWS = 1 << 19,
+ GF_FMTOWNS = 1 << 14,
+ GF_AMIGA = 1 << 15,
+ GF_NES = 1 << 16,
+ GF_ATARI_ST = 1 << 17,
+ GF_MACINTOSH = 1 << 18,
+ GF_PC = 1 << 19,
+ GF_WINDOWS = 1 << 20,
- GF_DEMO = 1 << 20
+ GF_DEMO = 1 << 21
};
/* SCUMM Debug Channels */