From fb39b4fdfb2cb6092909270fef0088179e5f703e Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Sat, 1 May 2010 11:38:13 -0500 Subject: [PATCH] (no really this time, try and fix the build.) --- src/GameState.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/GameState.cpp b/src/GameState.cpp index db933c6163..2e3e8aa4c0 100644 --- a/src/GameState.cpp +++ b/src/GameState.cpp @@ -978,7 +978,8 @@ void GameState::UpdateSongPosition( float fPositionSeconds, const TimingData &ti float fThrowAway; bool bThrowAway; int iThrowAway1, iThrowAway2; - timing.GetBeatAndBPSFromElapsedTime( m_fMusicSecondsVisible, m_fSongBeatVisible, fThrowAway, bThrowAway, bThrowAway, iThrowAway1, iThrowAway2 ); + //timing.GetBeatAndBPSFromElapsedTime( m_fMusicSecondsVisible, m_fSongBeatVisible, fThrowAway, bThrowAway, bThrowAway, iThrowAway1, iThrowAway2 ); + timing.GetBeatAndBPSFromElapsedTime( m_fMusicSecondsVisible, m_fSongBeatVisible, fThrowAway, bThrowAway, bThrowAway ); /* // xxx testing: only do this on monotune survivor