diff --git a/stepmania/src/ScreenGameplay.cpp b/stepmania/src/ScreenGameplay.cpp index d6d66c31d7..dff93d5cac 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -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;