From 441f6769c35f932a16f0c41313b6cbfdc3e329fa Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 12 Dec 2003 04:46:46 +0000 Subject: [PATCH] log section setup times --- stepmania/src/MusicWheel.cpp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/stepmania/src/MusicWheel.cpp b/stepmania/src/MusicWheel.cpp index c6c2f38237..184f916434 100644 --- a/stepmania/src/MusicWheel.cpp +++ b/stepmania/src/MusicWheel.cpp @@ -184,10 +184,16 @@ MusicWheel::MusicWheel() /* Update for SORT_MOST_PLAYED. */ SONGMAN->UpdateBest(); - /* Build all of the wheel item data. Do tihs after selecting + RageTimer timer; + CString times; + /* Build all of the wheel item data. Do this after selecting * the extra stage, so it knows to always display it. */ for( int so=0; soTrace( "took: %s", times.c_str() ); // HACK: invalidate currently selected song in the case that it // cannot be played due to lack of stages remaining