diff --git a/stepmania/src/GameState.cpp b/stepmania/src/GameState.cpp index 46cdf5e200..aa00a9c4f1 100644 --- a/stepmania/src/GameState.cpp +++ b/stepmania/src/GameState.cpp @@ -895,7 +895,7 @@ bool GameState::IsHumanPlayer( PlayerNumber pn ) const if( pn == PLAYER_INVALID ) return false; - if( m_pCurStyle == NULL ) // no style chosen + if( GetCurrentStyle() == NULL ) // no style chosen { if( PlayersCanJoin() ) return m_bSideIsJoined[pn]; // only allow input from sides that have already joined