aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorMax Horn2003-09-05 22:53:46 +0000
committerMax Horn2003-09-05 22:53:46 +0000
commit457f2fc21172724a167eb10bdb087986de0338e6 (patch)
tree8bad629467b5522a2b46236ab96a24ec1783caaa /scumm
parent318daabdc771eabf040df1a15f5abab096ac0f78 (diff)
downloadscummvm-rg350-457f2fc21172724a167eb10bdb087986de0338e6.tar.gz
scummvm-rg350-457f2fc21172724a167eb10bdb087986de0338e6.tar.bz2
scummvm-rg350-457f2fc21172724a167eb10bdb087986de0338e6.zip
rearranged GameFeatures constants a bit
svn-id: r10027
Diffstat (limited to 'scumm')
-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,