diff options
author | Paul Gilbert | 2011-06-21 21:30:57 +1000 |
---|---|---|
committer | Paul Gilbert | 2011-06-21 21:30:57 +1000 |
commit | 8c6ad70158ecdf75dd4f9e405f6afcee6dfcb982 (patch) | |
tree | 121c85e94eb778cbc8023a8eb9e52e52e73d0cce /engines | |
parent | fd84b0461468c5f1b7c0e4a33bc92c088ebda9c4 (diff) | |
download | scummvm-rg350-8c6ad70158ecdf75dd4f9e405f6afcee6dfcb982.tar.gz scummvm-rg350-8c6ad70158ecdf75dd4f9e405f6afcee6dfcb982.tar.bz2 scummvm-rg350-8c6ad70158ecdf75dd4f9e405f6afcee6dfcb982.zip |
TSAGE: Disable SFX and speech volume sliders for all games
Diffstat (limited to 'engines')
-rw-r--r-- | engines/tsage/detection_tables.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/engines/tsage/detection_tables.h b/engines/tsage/detection_tables.h index 2b64222425..8b80edf89d 100644 --- a/engines/tsage/detection_tables.h +++ b/engines/tsage/detection_tables.h @@ -33,7 +33,7 @@ static const tSageGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformPC, ADGF_UNSTABLE, - Common::GUIO_NONE + Common::GUIO_NOSPEECH | Common::GUIO_NOSFX }, GType_Ringworld, GF_CD | GF_ALT_REGIONS @@ -47,7 +47,7 @@ static const tSageGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformPC, ADGF_UNSTABLE, - Common::GUIO_NONE + Common::GUIO_NOSPEECH | Common::GUIO_NOSFX }, GType_Ringworld, GF_FLOPPY @@ -61,7 +61,7 @@ static const tSageGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformPC, ADGF_DEMO, - Common::GUIO_NONE + Common::GUIO_NOSPEECH | Common::GUIO_NOSFX }, GType_Ringworld, GF_FLOPPY | GF_DEMO @@ -76,7 +76,7 @@ static const tSageGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformPC, ADGF_DEMO, - Common::GUIO_NONE + Common::GUIO_NOSPEECH | Common::GUIO_NOSFX }, GType_Ringworld, GF_FLOPPY | GF_DEMO | GF_ALT_REGIONS @@ -92,7 +92,7 @@ static const tSageGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformPC, ADGF_UNSTABLE, - Common::GUIO_NONE + Common::GUIO_NOSPEECH | Common::GUIO_NOSFX }, GType_BlueForce, GF_FLOPPY @@ -107,7 +107,7 @@ static const tSageGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformPC, ADGF_NO_FLAGS, - Common::GUIO_NONE + Common::GUIO_NOSPEECH | Common::GUIO_NOSFX }, GType_BlueForce, GF_FLOPPY @@ -121,7 +121,7 @@ static const tSageGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformPC, ADGF_NO_FLAGS, - Common::GUIO_NONE + Common::GUIO_NOSPEECH | Common::GUIO_NOSFX }, GType_BlueForce, GF_CD |