aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorTravis Howell2003-11-18 09:44:58 +0000
committerTravis Howell2003-11-18 09:44:58 +0000
commita35ce0f5ae4766c20e5c11949a7fd89da9b05dca (patch)
tree9b58f1c1ec2ad0a5d003426dddabf241386af0f0 /scumm/scumm.h
parent022facfbceddcabbf390cd2f365a0299a4311a5e (diff)
downloadscummvm-rg350-a35ce0f5ae4766c20e5c11949a7fd89da9b05dca.tar.gz
scummvm-rg350-a35ce0f5ae4766c20e5c11949a7fd89da9b05dca.tar.bz2
scummvm-rg350-a35ce0f5ae4766c20e5c11949a7fd89da9b05dca.zip
Add PC game feature flag, to match others.
svn-id: r11344
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index aff1d2ad5c..7b018375d6 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -94,7 +94,8 @@ enum GameFeatures {
GF_NES = 1 << 18,
GF_ATARI_ST = 1 << 19,
GF_MACINTOSH = 1 << 20,
- GF_DEMO = 1 << 21,
+ GF_PC = 1 << 21,
+ GF_DEMO = 1 << 22,
GF_EXTERNAL_CHARSET = GF_SMALL_HEADER
};