From e8a956733a0e6859cf5eba3c46640fabeab24e97 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 1 Feb 2006 04:39:19 +0000 Subject: [PATCH] use GetUndisplayedBeats --- stepmania/src/Player.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/Player.cpp b/stepmania/src/Player.cpp index 2a97d67545..7f04aea862 100644 --- a/stepmania/src/Player.cpp +++ b/stepmania/src/Player.cpp @@ -765,7 +765,7 @@ void Player::ApplyWaitingTransforms() po.FromString( mod.sModifiers ); float fStartBeat, fEndBeat; - mod.GetAttackBeats( GAMESTATE->m_pCurSong, m_pPlayerState, fStartBeat, fEndBeat ); + mod.GetRealtimeAttackBeats( GAMESTATE->m_pCurSong, m_pPlayerState, fStartBeat, fEndBeat ); fEndBeat = min( fEndBeat, m_NoteData.GetLastBeat() ); LOG->Trace( "Applying transform '%s' from %f to %f to '%s'", mod.sModifiers.c_str(), fStartBeat, fEndBeat,