aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/intern.h
diff options
context:
space:
mode:
authorTravis Howell2009-03-30 08:31:30 +0000
committerTravis Howell2009-03-30 08:31:30 +0000
commit6460511603b2c780ec8fbf5f46418f503254578b (patch)
tree795c3d9e09e10479c18b475947932862b014793e /engines/agos/intern.h
parentdd32b974e4aef065907311632d4f009bef2efba6 (diff)
downloadscummvm-rg350-6460511603b2c780ec8fbf5f46418f503254578b.tar.gz
scummvm-rg350-6460511603b2c780ec8fbf5f46418f503254578b.tar.bz2
scummvm-rg350-6460511603b2c780ec8fbf5f46418f503254578b.zip
Add GF_EGA feature flag for PN, to allow easier support of PC VGA version in future.
svn-id: r39753
Diffstat (limited to 'engines/agos/intern.h')
-rw-r--r--engines/agos/intern.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/agos/intern.h b/engines/agos/intern.h
index 8d33634493..a2b88e9f4a 100644
--- a/engines/agos/intern.h
+++ b/engines/agos/intern.h
@@ -252,8 +252,9 @@ enum GameFeatures {
GF_CRUNCHED_GAMEPC = 1 << 3,
GF_ZLIBCOMP = 1 << 4,
GF_32COLOR = 1 << 5,
- GF_PLANAR = 1 << 6,
- GF_DEMO = 1 << 7
+ GF_EGA = 1 << 6,
+ GF_PLANAR = 1 << 7,
+ GF_DEMO = 1 << 8
};
enum GameFileTypes {