confusion mod fix

This commit is contained in:
Mike Hawkins
2008-05-08 04:32:06 +00:00
parent 82e729afe5
commit 8a66c9b0f7
2 changed files with 3 additions and 7 deletions
-3
View File
@@ -118,10 +118,7 @@ void BPMDisplay::SetBPMRange( const DisplayBpms &bpms )
if( MinBPM == MaxBPM )
{
if( MinBPM == -1 )
{
SetText( "..." ); // random
IsRandom = true;
}
else
SetText( ssprintf("%i", MinBPM) );
}