fix a warning

This commit is contained in:
Glenn Maynard
2003-04-01 18:21:18 +00:00
parent ac506f9928
commit 803edada70
+1 -1
View File
@@ -58,7 +58,7 @@ void ScreenSoundOptions::Input( const DeviceInput& DeviceI, const InputEventType
void ScreenSoundOptions::ImportOptions()
{
float fVolPercent = PREFSMAN->m_fSoundVolume;
// float fVolPercent = PREFSMAN->m_fSoundVolume;
// m_iSelectedOption[0][SO_MASTER_VOLUME] = (int)(PREFSMAN->m_fSoundVolume*5);
m_iSelectedOption[0][SO_PRELOAD_SOUND] = PREFSMAN->m_bSoundPreloadAll;
}