aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/intern.h
diff options
context:
space:
mode:
authorEugene Sandulenko2018-05-10 12:22:47 +0200
committerEugene Sandulenko2018-05-10 12:22:47 +0200
commit9729b099191e73d5958dbe13820a40f95d91dbcf (patch)
tree38f296cdd5260b319cd5c349f57c8d8409576865 /engines/agos/intern.h
parent955e18c64874203b6f7156835d7d8458b6fb54de (diff)
downloadscummvm-rg350-9729b099191e73d5958dbe13820a40f95d91dbcf.tar.gz
scummvm-rg350-9729b099191e73d5958dbe13820a40f95d91dbcf.tar.bz2
scummvm-rg350-9729b099191e73d5958dbe13820a40f95d91dbcf.zip
AGOS: Added detection and support for Simon2 25th Anniversary Edition
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 3f5c8c519b..afc0cad08e 100644
--- a/engines/agos/intern.h
+++ b/engines/agos/intern.h
@@ -256,7 +256,8 @@ enum GameFeatures {
GF_PLANAR = 1 << 7,
GF_DEMO = 1 << 8,
GF_PACKED = 1 << 9,
- GF_BROKEN_FF_RATING = 1 << 10
+ GF_BROKEN_FF_RATING = 1 << 10,
+ GF_WAVSFX = 1 << 11
};
enum GameFileTypes {