aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorJohannes Schickel2006-06-02 23:01:33 +0000
committerJohannes Schickel2006-06-02 23:01:33 +0000
commit97b3b74ea1e5fa0fa82e6c08689a172b0d62c511 (patch)
tree4dcb258784f8e2fa4d2ab0cd37a43a8b8b3f294c /engines
parent6ac60c9c7bc39f4e1d9f950d67b4e484220ebc9d (diff)
downloadscummvm-rg350-97b3b74ea1e5fa0fa82e6c08689a172b0d62c511.tar.gz
scummvm-rg350-97b3b74ea1e5fa0fa82e6c08689a172b0d62c511.tar.bz2
scummvm-rg350-97b3b74ea1e5fa0fa82e6c08689a172b0d62c511.zip
Oops. sfx should be on per default.
svn-id: r22845
Diffstat (limited to 'engines')
-rw-r--r--engines/kyra/sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/sound.cpp b/engines/kyra/sound.cpp
index a96c46604b..ffe7ee1ac3 100644
--- a/engines/kyra/sound.cpp
+++ b/engines/kyra/sound.cpp
@@ -37,7 +37,7 @@ namespace Kyra {
Sound::Sound(KyraEngine *engine, Audio::Mixer *mixer)
: _engine(engine), _mixer(mixer), _currentVocFile(0), _vocHandle(), _compressHandle(),
- _musicEnabled(true), _sfxEnabled(false) {
+ _musicEnabled(true), _sfxEnabled(true) {
}
Sound::~Sound() {