update VC7 project

This commit is contained in:
Chris Danford
2003-05-13 13:47:08 +00:00
parent a5f09f296c
commit 81e2e85e47
2 changed files with 19 additions and 1 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ void BPMDisplay::Update( float fDeltaTime )
}
// update m_fCurrentBPM
int iLastCurBPM = (int)m_fCurrentBPM;
// int iLastCurBPM = (int)m_fCurrentBPM;
switch( m_CountingState )
{
case counting_down: m_fCurrentBPM = m_fLowBPM + (m_fHighBPM-m_fLowBPM)*m_fTimeLeftInState; break;