CHANGE: cleaned up debug messages

This commit is contained in:
Chris Danford
2002-01-20 07:51:09 +00:00
parent d2d2e6ac08
commit 40df826636
10 changed files with 51 additions and 29 deletions
+9 -2
View File
@@ -492,8 +492,15 @@ void MusicWheel::Update( float fDeltaTime )
void MusicWheel::PrevMusic()
{
if( m_WheelState != STATE_IDLE )
return;
switch( m_WheelState )
{
//case STATE_SWITCHING_TO_PREV_MUSIC:
case STATE_IDLE:
break; // fall through
default:
return; // don't fall through
}
MUSIC->Stop();