some commenting and cleanup

This commit is contained in:
AJ Kelly
2010-05-30 22:49:44 -05:00
parent 9a29217752
commit 59b481eaba
4 changed files with 10 additions and 25 deletions
+2 -2
View File
@@ -196,10 +196,10 @@ void ScreenJukebox::Init()
if( Benchmark )
{
/* Note that you also need to make sure you benchmark with the
* same notes. I use a copy of MaxU with only heavy notes included. */
* same notes. I use a copy of MaxU with only heavy notes included. */
FOREACH_EnabledPlayer( p )
{
/* Lots and lots of arrows. This might even bias to arrows a little
/* Lots and lots of arrows. This might even bias to arrows a little
* too much. */
PO_GROUP_CALL( GAMESTATE->m_pPlayerState[p]->m_PlayerOptions, ModsLevel_Stage, Init );
PO_GROUP_ASSIGN( GAMESTATE->m_pPlayerState[p]->m_PlayerOptions, ModsLevel_Stage, m_fScrollSpeed, .25f );