fix VC6
This commit is contained in:
@@ -46,7 +46,7 @@ void BPMDisplay::Update( float fDeltaTime )
|
|||||||
{
|
{
|
||||||
ActorFrame::Update( fDeltaTime );
|
ActorFrame::Update( fDeltaTime );
|
||||||
|
|
||||||
if( !CYCLE )
|
if( !(bool)CYCLE )
|
||||||
return;
|
return;
|
||||||
if( m_BPMS.size() == 0 )
|
if( m_BPMS.size() == 0 )
|
||||||
return; /* no bpm */
|
return; /* no bpm */
|
||||||
@@ -91,7 +91,7 @@ void BPMDisplay::SetBPMRange( const DisplayBpms &bpms )
|
|||||||
AllIdentical = false;
|
AllIdentical = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if( !CYCLE )
|
if( !(bool)CYCLE )
|
||||||
{
|
{
|
||||||
int MinBPM=99999999;
|
int MinBPM=99999999;
|
||||||
int MaxBPM=-99999999;
|
int MaxBPM=-99999999;
|
||||||
|
|||||||
Reference in New Issue
Block a user