From 1e4eb54010c1a14525c9402f1af4b779f4ba8829 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 11 Dec 2004 22:31:21 +0000 Subject: [PATCH] update comment --- stepmania/src/ArrowEffects.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/stepmania/src/ArrowEffects.cpp b/stepmania/src/ArrowEffects.cpp index 01066d2282..3f61371a35 100644 --- a/stepmania/src/ArrowEffects.cpp +++ b/stepmania/src/ArrowEffects.cpp @@ -20,9 +20,8 @@ static float GetNoteFieldHeight( PlayerNumber pn ) return SCREEN_HEIGHT + fabsf(GAMESTATE->m_CurrentPlayerOptions[pn].m_fPerspectiveTilt)*200; } -/* For visibility testing: if iAbsolute is -1, then all random modifiers must return - * the minimal possible offset; if +1, they must return the maximum possible offset. - * When actually rendering, iAbsolute is 0. */ +/* For visibility testing: if bAbsolute is false, random modifiers must return the + * minimum possible scroll speed. */ float ArrowGetYOffset( PlayerNumber pn, int iCol, float fNoteBeat, bool bAbsolute ) { float fYOffset = 0;