fix sloppy assert in Player. Oops

This commit is contained in:
Chris Danford
2003-04-11 00:12:07 +00:00
parent 3d0ad7955c
commit 6af055ddef
3 changed files with 11 additions and 16 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ ScreenSelectDifficultyEX::ScreenSelectDifficultyEX() : ScreenSelect( "ScreenSele
{
m_CurrentPage = PAGE_1;
int p;
for( int p=0; p<NUM_PLAYERS; p++ )
for( p=0; p<NUM_PLAYERS; p++ )
{
m_iChoice[p] = 0;
m_bChosen[p] = false;