[Scummvm-cvs-logs] SF.net SVN: scummvm:[33180] scummvm/branches/gsoc2008-rtl/engines/agos/agos .cpp

cpage88 at users.sourceforge.net cpage88 at users.sourceforge.net
Mon Jul 21 21:46:24 CEST 2008


Revision: 33180
          http://scummvm.svn.sourceforge.net/scummvm/?rev=33180&view=rev
Author:   cpage88
Date:     2008-07-21 19:46:23 +0000 (Mon, 21 Jul 2008)

Log Message:
-----------
Fixed a small SFX issue with AGOS

Modified Paths:
--------------
    scummvm/branches/gsoc2008-rtl/engines/agos/agos.cpp

Modified: scummvm/branches/gsoc2008-rtl/engines/agos/agos.cpp
===================================================================
--- scummvm/branches/gsoc2008-rtl/engines/agos/agos.cpp	2008-07-21 19:42:35 UTC (rev 33179)
+++ scummvm/branches/gsoc2008-rtl/engines/agos/agos.cpp	2008-07-21 19:46:23 UTC (rev 33180)
@@ -548,6 +548,7 @@
 	// Setup mixer
 	_mixer->setVolumeForSoundType(Audio::Mixer::kSFXSoundType, ConfMan.getInt("sfx_volume"));
 	_mixer->setVolumeForSoundType(Audio::Mixer::kMusicSoundType, ConfMan.getInt("music_volume"));
+	_mixer->setVolumeForSoundType(Audio::Mixer::kSpeechSoundType, ConfMan.getInt("speech_volume"));
 
 	if ((getGameType() == GType_SIMON2 && getPlatform() == Common::kPlatformWindows) ||
 		(getGameType() == GType_SIMON1 && getPlatform() == Common::kPlatformWindows) ||


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