diff --git a/stepmania/src/GameState.cpp b/stepmania/src/GameState.cpp index 2f48e5ea79..93ec1cd150 100644 --- a/stepmania/src/GameState.cpp +++ b/stepmania/src/GameState.cpp @@ -674,6 +674,15 @@ bool GameState::IsHumanPlayer( PlayerNumber pn ) const } } +int GameState::GetNumHumanPlayers() const +{ + int count = 0; + for( int p=0; p