fix wrong credits message during demonstration

This commit is contained in:
Chris Danford
2004-01-03 20:34:35 +00:00
parent 93808b1a0d
commit 32bafded2e
+1 -1
View File
@@ -457,7 +457,7 @@ int GameState::GetCourseSongIndex()
bool GameState::PlayersCanJoin() const
{
return GAMESTATE->m_CurStyle == STYLE_INVALID;
return GetNumSidesJoined() == 0 || GAMESTATE->m_CurStyle == STYLE_INVALID;
}
int GameState::GetNumSidesJoined() const