[Xcode4] May as well fix switch warnings.
Still need some assistance for the linker error.
This commit is contained in:
+10
-9
@@ -576,15 +576,16 @@ void RageSound::ApplyParams()
|
||||
|
||||
switch( GetStopMode() )
|
||||
{
|
||||
case RageSoundParams::M_LOOP:
|
||||
m_pSource->SetProperty( "Loop", 1.0f );
|
||||
break;
|
||||
case RageSoundParams::M_STOP:
|
||||
m_pSource->SetProperty( "Stop", 1.0f );
|
||||
break;
|
||||
case RageSoundParams::M_CONTINUE:
|
||||
m_pSource->SetProperty( "Continue", 1.0f );
|
||||
break;
|
||||
case RageSoundParams::M_LOOP:
|
||||
m_pSource->SetProperty( "Loop", 1.0f );
|
||||
break;
|
||||
case RageSoundParams::M_STOP:
|
||||
m_pSource->SetProperty( "Stop", 1.0f );
|
||||
break;
|
||||
case RageSoundParams::M_CONTINUE:
|
||||
m_pSource->SetProperty( "Continue", 1.0f );
|
||||
break;
|
||||
default: break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user