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;
+18
View File
@@ -1057,6 +1057,12 @@ cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
<File
RelativePath="DifficultyIcon.h">
</File>
<File
RelativePath="MeterDisplay.cpp">
</File>
<File
RelativePath="MeterDisplay.h">
</File>
<File
RelativePath="Transition.cpp">
</File>
@@ -1287,6 +1293,18 @@ cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
<File
RelativePath="DancingCharacters.h">
</File>
<File
RelativePath="EnemyFace.cpp">
</File>
<File
RelativePath="EnemyFace.h">
</File>
<File
RelativePath="EnemyHealth.cpp">
</File>
<File
RelativePath="EnemyHealth.h">
</File>
<File
RelativePath=".\GhostArrow.cpp">
</File>