From 0fc093b490af7a2df7e4d17ca19ee78a56c86b91 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 11 Aug 2003 20:45:55 +0000 Subject: [PATCH] clarify --- stepmania/src/Player.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/Player.cpp b/stepmania/src/Player.cpp index ca656c5e2a..54700b6a26 100644 --- a/stepmania/src/Player.cpp +++ b/stepmania/src/Player.cpp @@ -311,8 +311,8 @@ void Player::Update( float fDeltaTime ) // Why was this originally "BeatToNoteRowNotRounded"? It should be rounded. -Chris /* We want to send the crossed row message exactly when we cross the row--not - * .5 before the row. Use MAX300 as a test case: without rounding, autoplay steps - * early. -glenn */ + * .5 before the row. Use a very slow song (around 2 BPM) as a test case: without + * rounding, autoplay steps early. -glenn */ const int iRowNow = BeatToNoteRowNotRounded( GAMESTATE->m_fSongBeat ); if( iRowNow >= 0 ) {