aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/intern.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agos/intern.h')
-rw-r--r--engines/agos/intern.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/agos/intern.h b/engines/agos/intern.h
index d5501e65b6..b413807e6c 100644
--- a/engines/agos/intern.h
+++ b/engines/agos/intern.h
@@ -210,7 +210,8 @@ enum GameFeatures {
GF_CRUNCHED_GAMEPC = 1 << 3,
GF_ZLIBCOMP = 1 << 4,
GF_32COLOR = 1 << 5,
- GF_DEMO = 1 << 6
+ GF_PLANAR = 1 << 6,
+ GF_DEMO = 1 << 7
};
enum GameFileTypes {