From dabfe53c66c415b58e482d5b03ba9ac3951cbb11 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Tue, 29 Dec 2009 02:21:04 +0000 Subject: Reverted rev #46647 - the title music in Codename: Iceman works correctly again svn-id: r46701 --- engines/sci/sfx/soundcmd.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'engines') diff --git a/engines/sci/sfx/soundcmd.cpp b/engines/sci/sfx/soundcmd.cpp index 74efeb43d5..9137c50f80 100644 --- a/engines/sci/sfx/soundcmd.cpp +++ b/engines/sci/sfx/soundcmd.cpp @@ -663,10 +663,7 @@ void SoundCommandParser::cmdGetPolyphony(reg_t obj, int16 value) { #ifdef USE_OLD_MUSIC_FUNCTIONS _acc = make_reg(0, _state->sfx_get_player_polyphony()); #else - if (_soundVersion <= SCI_VERSION_0_LATE) - _acc = make_reg(0, 1); // Check if the sound driver was installed properly (always true) - else - _acc = make_reg(0, _music->soundGetVoices()); // Get the number of voices + _acc = make_reg(0, _music->soundGetVoices()); // Get the number of voices #endif } -- cgit v1.2.3