Some Ez2 Theme Changes

This commit is contained in:
Andrew Livy
2002-09-04 20:09:56 +00:00
parent c998bb33ab
commit 1a1abeaf3d
7 changed files with 43 additions and 20 deletions
+2 -2
View File
@@ -210,8 +210,8 @@ void ScreenEz2SelectPlayer::MenuStart( PlayerNumber pn )
m_sprControllers[pn].SetTweenZoomY( 0 );
bool bBothSidesJoined = true;
for( int pn=0; pn<NUM_PLAYERS; pn++ )
if( !GAMESTATE->m_bSideIsJoined[pn] )
for( int p=0; p<NUM_PLAYERS; p++ )
if( !GAMESTATE->m_bSideIsJoined[p] )
bBothSidesJoined = false;
if( bBothSidesJoined )