GetCurrentStyle

This commit is contained in:
Glenn Maynard
2006-09-30 22:24:11 +00:00
parent 0b45f5dd0a
commit d84d69edbc
+1 -1
View File
@@ -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