This commit is contained in:
Glenn Maynard
2004-01-11 09:58:55 +00:00
parent a21d12abf2
commit 2c0522ef88
+1 -1
View File
@@ -207,7 +207,7 @@ void RageSound::SetStartSeconds( float secs )
void RageSound::SetLengthSeconds(float secs)
{
ASSERT(secs == -1 || secs >= 0);
RAGE_ASSERT_M( secs == -1 || secs >= 0, ssprintf("%f",secs) );
ASSERT(!playing);
if(secs == -1)