diff --git a/stepmania/src/BPMDisplay.cpp b/stepmania/src/BPMDisplay.cpp
index 9b094d36d9..4de75d95c1 100644
--- a/stepmania/src/BPMDisplay.cpp
+++ b/stepmania/src/BPMDisplay.cpp
@@ -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;
diff --git a/stepmania/src/StepMania.vcproj b/stepmania/src/StepMania.vcproj
index c4280359e0..a8177ae5df 100644
--- a/stepmania/src/StepMania.vcproj
+++ b/stepmania/src/StepMania.vcproj
@@ -1057,6 +1057,12 @@ cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
+
+
+
+
@@ -1287,6 +1293,18 @@ cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
+
+
+
+
+
+
+
+