Added ScreenJukeboxMenu, and UI cleanup.

This commit is contained in:
Chris Danford
2003-02-11 02:20:38 +00:00
parent 043b8d45f0
commit 7b644e834a
21 changed files with 650 additions and 132 deletions
+1 -12
View File
@@ -109,18 +109,7 @@ bool SetUpSongOptions() // always return true.
continue;
GAMESTATE->m_PlayerOptions[p] = PlayerOptions();
if( RandomFloat(0,1)>0.8f )
GAMESTATE->m_PlayerOptions[p].m_fScrollSpeed = 1.5f;
GAMESTATE->m_PlayerOptions[p].m_bEffects[ rand()%PlayerOptions::NUM_EFFECT_TYPES ] = true;
if( RandomFloat(0,1)>0.9f )
GAMESTATE->m_PlayerOptions[p].m_AppearanceType = PlayerOptions::APPEARANCE_HIDDEN;
if( RandomFloat(0,1)>0.9f )
GAMESTATE->m_PlayerOptions[p].m_AppearanceType = PlayerOptions::APPEARANCE_SUDDEN;
if( RandomFloat(0,1)>0.7f )
GAMESTATE->m_PlayerOptions[p].m_bReverseScroll = true;
if( RandomFloat(0,1)>0.8f )
GAMESTATE->m_PlayerOptions[p].m_bDark = true;
GAMESTATE->m_PlayerOptions[p].ChooseRandomMofifiers();
}
GAMESTATE->m_SongOptions = SongOptions();