aboutsummaryrefslogtreecommitdiff
path: root/saga/saga.h
diff options
context:
space:
mode:
authorEugene Sandulenko2005-01-02 20:29:27 +0000
committerEugene Sandulenko2005-01-02 20:29:27 +0000
commit63be4b64350f72463965c2716e1e0cc43ade2f98 (patch)
treec3050c46246a59cb3786d471a917a1475fa52e80 /saga/saga.h
parent6738870568a08788acd26a5a02ee64d07600095b (diff)
downloadscummvm-rg350-63be4b64350f72463965c2716e1e0cc43ade2f98.tar.gz
scummvm-rg350-63be4b64350f72463965c2716e1e0cc43ade2f98.tar.bz2
scummvm-rg350-63be4b64350f72463965c2716e1e0cc43ade2f98.zip
o Started putting all panels stuff in order. Still incomplete
o Proper detection for Mac Wyrmkeep CD o Support for wyrmkeep logos svn-id: r16415
Diffstat (limited to 'saga/saga.h')
-rw-r--r--saga/saga.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/saga/saga.h b/saga/saga.h
index a80372076c..942dd06c85 100644
--- a/saga/saga.h
+++ b/saga/saga.h
@@ -180,7 +180,8 @@ enum GAME_FEATURES {
GF_VOX_VOICES = 1,
GF_BIG_ENDIAN_DATA = 2,
GF_MAC_RESOURCES = 4,
- GF_LANG_DE = 8
+ GF_LANG_DE = 8,
+ GF_WYRMKEEP = 16
};
struct GAME_DISPLAYINFO {