aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorMax Horn2005-04-20 19:59:18 +0000
committerMax Horn2005-04-20 19:59:18 +0000
commitd2624d8e08d1868c7f8f9b9becc46d10784024c0 (patch)
tree903f70ec799f8e275f003a8ef45d46f9968dc753 /scumm/scumm.h
parent89c0e7a69cbfe630cce2bfe9078a49abdff8e4ef (diff)
downloadscummvm-rg350-d2624d8e08d1868c7f8f9b9becc46d10784024c0.tar.gz
scummvm-rg350-d2624d8e08d1868c7f8f9b9becc46d10784024c0.tar.bz2
scummvm-rg350-d2624d8e08d1868c7f8f9b9becc46d10784024c0.zip
cleanup
svn-id: r17718
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 64b144e1a2..4bd97252b7 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -68,8 +68,7 @@ extern ScummEngine *g_scumm;
/* System Wide Constants */
enum {
NUM_SENTENCE = 6,
- NUM_SHADOW_PALETTE = 8,
- KEY_ALL_SKIP = 3457 // WinCE
+ NUM_SHADOW_PALETTE = 8
};
/**
@@ -99,7 +98,7 @@ enum GameFeatures {
/** EGA games. */
GF_16COLOR = 1 << 7,
- /** VGA versions of V3 games. */
+ /** VGA versions of V3 games. Equivalent to (version == 3 && not GF_16COLOR) */
GF_OLD256 = 1 << 8,
/** Games which have Audio CD tracks. */