aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index dd8bf89803..15d56b92a1 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -80,11 +80,12 @@ enum GameFeatures {
GF_OLD256 = 1 << 10,
GF_AUDIOTRACKS = 1 << 11,
GF_NO_SCALING = 1 << 12,
- GF_AMIGA = 1 << 13,
+ GF_FEW_LOCALS = 1 << 13,
GF_HUMONGOUS = 1 << 14,
GF_AFTER_HEV7 = 1 << 15,
+
GF_FMTOWNS = 1 << 16,
- GF_FEW_LOCALS = 1 << 17,
+ GF_AMIGA = 1 << 17,
GF_NES = 1 << 18,
GF_ATARI_ST = 1 << 19,
GF_MACINTOSH = 1 << 20,