Added debug key for toggling action sounds off. Touches every place that RageSound::Play is called, hope I didn't miss one.
This commit is contained in:
@@ -217,7 +217,7 @@ bool ScreenOptionsManageCourses::MenuSelect( const InputEventPlus &input )
|
||||
if( input.type != IET_FIRST_PRESS )
|
||||
return false;
|
||||
SetNextCombination();
|
||||
m_soundDifficultyChanged.Play();
|
||||
m_soundDifficultyChanged.Play(true);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user