aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/modal.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2016-09-11 23:05:09 +0200
committerEugene Sandulenko2016-09-11 23:18:25 +0200
commitb9b81a22c298a44304f260203673c5c83b1cb04b (patch)
treebfd8840d07e9183db65507e25cc1508d7b6f81ed /engines/fullpipe/modal.cpp
parent0046cefd4ec1d5cea62addfbb3a629a2cc50f243 (diff)
downloadscummvm-rg350-b9b81a22c298a44304f260203673c5c83b1cb04b.tar.gz
scummvm-rg350-b9b81a22c298a44304f260203673c5c83b1cb04b.tar.bz2
scummvm-rg350-b9b81a22c298a44304f260203673c5c83b1cb04b.zip
FULLPIPE: Make sound controls work and persistent
Diffstat (limited to 'engines/fullpipe/modal.cpp')
-rw-r--r--engines/fullpipe/modal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/modal.cpp b/engines/fullpipe/modal.cpp
index 27503d4cbe..1d1bbd077d 100644
--- a/engines/fullpipe/modal.cpp
+++ b/engines/fullpipe/modal.cpp
@@ -1023,7 +1023,7 @@ bool ModalMainMenu::init(int counterdiff) {
}
void ModalMainMenu::updateVolume() {
- if (g_fp->_soundEnabled ) {
+ if (g_fp->_soundEnabled) {
for (int s = 0; s < g_fp->_currSoundListCount; s++)
for (int i = 0; i < g_fp->_currSoundList1[s]->getCount(); i++) {
updateSoundVolume(g_fp->_currSoundList1[s]->getSoundByIndex(i));