aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/saga.h
diff options
context:
space:
mode:
authorFilippos Karapetis2007-07-13 16:37:37 +0000
committerFilippos Karapetis2007-07-13 16:37:37 +0000
commiteedec897f83beac6f5603bd93016c284ee73b529 (patch)
tree05869e34c3e755b09c8ae962c3179a91f322ec85 /engines/saga/saga.h
parent52f4d0b7d93ccaa78267fd218b44ad95b3ff9505 (diff)
downloadscummvm-rg350-eedec897f83beac6f5603bd93016c284ee73b529.tar.gz
scummvm-rg350-eedec897f83beac6f5603bd93016c284ee73b529.tar.bz2
scummvm-rg350-eedec897f83beac6f5603bd93016c284ee73b529.zip
Rewrote and greatly simplified the SAGA detector, removing many duplicate and unneeded entries
- Digital music will now always be enabled for all versions if the digital music file is present. The duplicate game entries with and without this file have been removed - Changed the way compressed sound files are detected. All the duplicate compressed sound entries have been removed - The Wyrmkeep Windows CD version is now properly distinguished from the DOS CD version - Unified all the different patch file entries (apart from the Mac patch file entries, which are of a different type). If a patch file is not found, it's ignored svn-id: r28058
Diffstat (limited to 'engines/saga/saga.h')
-rw-r--r--engines/saga/saga.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/saga/saga.h b/engines/saga/saga.h
index 844a738418..cded648168 100644
--- a/engines/saga/saga.h
+++ b/engines/saga/saga.h
@@ -527,6 +527,8 @@ public:
int _readingSpeed;
bool _copyProtection;
+ bool _gf_wyrmkeep;
+ bool _gf_compressed_sounds;
SndRes *_sndRes;
Sound *_sound;