fix VC7 compile errors

This commit is contained in:
Chris Danford
2003-05-11 08:19:24 +00:00
parent dd8331d9fc
commit 5c9710f155
6 changed files with 34 additions and 19 deletions
+2 -2
View File
@@ -18,7 +18,7 @@
#include "SongManager.h"
#include "NoteFieldPositioning.h"
#define BPMSPEED THEME->GetMetricI("ScreenHowToPlay","ScrollBPM")
#define BPMSPEED THEME->GetMetricF("ScreenHowToPlay","ScrollBPM")
ScreenHowToPlay::ScreenHowToPlay() : ScreenAttract("ScreenHowToPlay")
{
@@ -63,7 +63,7 @@ ScreenHowToPlay::ScreenHowToPlay() : ScreenAttract("ScreenHowToPlay")
pND->SetTapNote( 2, ROWS_PER_BEAT*46, TAP_TAP );
m_pSong = new Song;
m_pSong->AddBPMSegment( BPMSegment(0,BPMSPEED) );
m_pSong->AddBPMSegment( BPMSegment(0.0,BPMSPEED) );
m_pSong->AddStopSegment( StopSegment(12,2) );
m_pSong->AddStopSegment( StopSegment(16,2) );
m_pSong->AddStopSegment( StopSegment(20,2) );