fix VC6 compile

This commit is contained in:
Chris Danford
2006-02-28 17:52:29 +00:00
parent 4c0038e142
commit 646e199e14
+1 -1
View File
@@ -493,7 +493,7 @@ void ScreenGameplay::Init( bool bUseSongBackgroundAndForeground )
* but for now just ignore Center1Player when it's Battle or Rave
* Mode. This doesn't begin to address two-player solo (6 arrows) */
if( g_bCenter1Player &&
ALLOW_CENTER_1_PLAYER &&
(bool)ALLOW_CENTER_1_PLAYER &&
GAMESTATE->m_PlayMode != PLAY_MODE_BATTLE &&
GAMESTATE->m_PlayMode != PLAY_MODE_RAVE &&
GAMESTATE->GetCurrentStyle()->m_StyleType == ONE_PLAYER_ONE_SIDE )