aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/saga.h
diff options
context:
space:
mode:
authorChristopher Page2008-07-21 19:15:28 +0000
committerChristopher Page2008-07-21 19:15:28 +0000
commit9560a4c3d3197464b4a1b218a713bdd26f2623eb (patch)
tree0993eb38d7de07e2e5c4455aafc8f75712c401fa /engines/saga/saga.h
parent45d24a58f9f87c02a56db08773cbfd8d1ce7d586 (diff)
downloadscummvm-rg350-9560a4c3d3197464b4a1b218a713bdd26f2623eb.tar.gz
scummvm-rg350-9560a4c3d3197464b4a1b218a713bdd26f2623eb.tar.bz2
scummvm-rg350-9560a4c3d3197464b4a1b218a713bdd26f2623eb.zip
Separated Speech from SFX in SAGA, improved configuration of SAGA sound settings through the GMM
svn-id: r33176
Diffstat (limited to 'engines/saga/saga.h')
-rw-r--r--engines/saga/saga.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/saga/saga.h b/engines/saga/saga.h
index cdbaaaa042..123c11eb7d 100644
--- a/engines/saga/saga.h
+++ b/engines/saga/saga.h
@@ -521,6 +521,7 @@ public:
int _soundVolume;
int _musicVolume;
+ int _speechVolume;
bool _subtitlesEnabled;
bool _voicesEnabled;
bool _voiceFilesExist;