aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorMax Horn2005-04-04 00:16:58 +0000
committerMax Horn2005-04-04 00:16:58 +0000
commit0c1f2aa161596cddd6249e33c823b12d60a991e6 (patch)
tree06e50d3583420da87c0286d13b7ff6b3030f61c3 /scumm/scumm.h
parent5b53b4a4637f81924659aaafc499b1b46269dfce (diff)
downloadscummvm-rg350-0c1f2aa161596cddd6249e33c823b12d60a991e6.tar.gz
scummvm-rg350-0c1f2aa161596cddd6249e33c823b12d60a991e6.tar.bz2
scummvm-rg350-0c1f2aa161596cddd6249e33c823b12d60a991e6.zip
Removed GF_SMALL_NAMES
svn-id: r17368
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 6228807699..f637c2e5e8 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -96,9 +96,6 @@ enum GameFeatures {
/** Small header games (ScummEngine_v4 and subclasses). */
GF_SMALL_HEADER = 1 << 6,
- /** Small name games (ScummEngine_v3 and subclasses). */
- GF_SMALL_NAMES = 1 << 7,
-
/** Old bundle games (ScummEngine_v3old and subclasses). */
GF_OLD_BUNDLE = 1 << 8,
@@ -131,7 +128,8 @@ enum GameFeatures {
GF_MACINTOSH = 1 << 21,
GF_PC = 1 << 22,
GF_WINDOWS = 1 << 23,
- GF_DEMO = 1 << 24,
+
+ GF_DEMO = 1 << 24
};
/* SCUMM Debug Channels */