diff options
Diffstat (limited to 'engines/hdb/sound.cpp')
| -rw-r--r-- | engines/hdb/sound.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/hdb/sound.cpp b/engines/hdb/sound.cpp index 28cee431ae..bcfcaac518 100644 --- a/engines/hdb/sound.cpp +++ b/engines/hdb/sound.cpp @@ -1418,7 +1418,7 @@ void Sound::test() { #endif } -bool Sound::init() { +void Sound::init() { _song1.playing = _song2.playing = false; // @@ -1448,8 +1448,6 @@ bool Sound::init() { // voices are on by default _voicesOn = 1; memset(&_voicePlayed[0], 0, sizeof(_voicePlayed)); - - return true; } void Sound::save(Common::OutSaveFile *out) { |
