fix comparison; this happened to work because STYLE_DANCE_SINGLE and

NOTES_TYPE_DANCE_SINGLE both happen to be 0
This commit is contained in:
Glenn Maynard
2003-03-17 22:12:20 +00:00
parent 84cc54417f
commit 0d087fb198
+1 -1
View File
@@ -236,7 +236,7 @@ ScreenGameplay::ScreenGameplay( bool bDemonstration )
/* XXX: Maybe this should be enabled for all ONE_PLAYER_ONE_CREDIT modes.
* I don't feel like testing that right now, though. */
if( PREFSMAN->m_bSoloSingle &&
GAMESTATE->GetCurrentStyleDef()->m_NotesType == STYLE_DANCE_SINGLE &&
GAMESTATE->m_CurStyle == STYLE_DANCE_SINGLE &&
GAMESTATE->GetNumSidesJoined() == 1 )
fPlayerX = SCREEN_WIDTH/2;