update VC7 project
This commit is contained in:
@@ -84,7 +84,7 @@ void BPMDisplay::Update( float fDeltaTime )
|
|||||||
}
|
}
|
||||||
|
|
||||||
// update m_fCurrentBPM
|
// update m_fCurrentBPM
|
||||||
int iLastCurBPM = (int)m_fCurrentBPM;
|
// int iLastCurBPM = (int)m_fCurrentBPM;
|
||||||
switch( m_CountingState )
|
switch( m_CountingState )
|
||||||
{
|
{
|
||||||
case counting_down: m_fCurrentBPM = m_fLowBPM + (m_fHighBPM-m_fLowBPM)*m_fTimeLeftInState; break;
|
case counting_down: m_fCurrentBPM = m_fLowBPM + (m_fHighBPM-m_fLowBPM)*m_fTimeLeftInState; break;
|
||||||
|
|||||||
@@ -1057,6 +1057,12 @@ cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
|
|||||||
<File
|
<File
|
||||||
RelativePath="DifficultyIcon.h">
|
RelativePath="DifficultyIcon.h">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="MeterDisplay.cpp">
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="MeterDisplay.h">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="Transition.cpp">
|
RelativePath="Transition.cpp">
|
||||||
</File>
|
</File>
|
||||||
@@ -1287,6 +1293,18 @@ cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
|
|||||||
<File
|
<File
|
||||||
RelativePath="DancingCharacters.h">
|
RelativePath="DancingCharacters.h">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="EnemyFace.cpp">
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="EnemyFace.h">
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="EnemyHealth.cpp">
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="EnemyHealth.h">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\GhostArrow.cpp">
|
RelativePath=".\GhostArrow.cpp">
|
||||||
</File>
|
</File>
|
||||||
|
|||||||
Reference in New Issue
Block a user