aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/intern.h
diff options
context:
space:
mode:
authorTravis Howell2007-02-08 23:37:17 +0000
committerTravis Howell2007-02-08 23:37:17 +0000
commitf8052bb650719b8a716e686e6a08ae75b513a903 (patch)
tree26e610e1f137d8987793e028dac55e03a6a7f190 /engines/agos/intern.h
parent956affd3d23cc8030775dc1a81984891a344d134 (diff)
downloadscummvm-rg350-f8052bb650719b8a716e686e6a08ae75b513a903.tar.gz
scummvm-rg350-f8052bb650719b8a716e686e6a08ae75b513a903.tar.bz2
scummvm-rg350-f8052bb650719b8a716e686e6a08ae75b513a903.zip
Convert planar images, only when required for drawing.
svn-id: r25433
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 {