From 01c0bf35d4180656152a5613bdc375ff1e92240e Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Tue, 31 Aug 2004 08:28:59 +0000 Subject: [PATCH] update comment --- stepmania/src/GameState.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stepmania/src/GameState.cpp b/stepmania/src/GameState.cpp index 37095edad6..523dea4be2 100644 --- a/stepmania/src/GameState.cpp +++ b/stepmania/src/GameState.cpp @@ -1045,6 +1045,8 @@ void GameState::GetFinalEvalStats( StageStats& statsOut ) const /* Scale radar percentages back down to roughly 0..1. Don't scale RADAR_NUM_TAPS_AND_HOLDS * and the rest, which are counters. */ + // FIXME: Weight each song by the number of stages it took to account for + // long, marathon. FOREACH_EnabledPlayer( p ) { for( int r = 0; r < RADAR_NUM_TAPS_AND_HOLDS; r++)