[Scummvm-cvs-logs] SF.net SVN: scummvm:[46701] scummvm/trunk/engines/sci/sfx/soundcmd.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Tue Dec 29 03:21:06 CET 2009


Revision: 46701
          http://scummvm.svn.sourceforge.net/scummvm/?rev=46701&view=rev
Author:   thebluegr
Date:     2009-12-29 02:21:04 +0000 (Tue, 29 Dec 2009)

Log Message:
-----------
Reverted rev #46647 - the title music in Codename: Iceman works correctly again

Revision Links:
--------------
    http://scummvm.svn.sourceforge.net/scummvm/?rev=46647&view=rev

Modified Paths:
--------------
    scummvm/trunk/engines/sci/sfx/soundcmd.cpp

Modified: scummvm/trunk/engines/sci/sfx/soundcmd.cpp
===================================================================
--- scummvm/trunk/engines/sci/sfx/soundcmd.cpp	2009-12-29 01:36:54 UTC (rev 46700)
+++ scummvm/trunk/engines/sci/sfx/soundcmd.cpp	2009-12-29 02:21:04 UTC (rev 46701)
@@ -663,10 +663,7 @@
 #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
 }
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list