fix compile

This commit is contained in:
Glenn Maynard
2003-03-06 02:01:28 +00:00
parent 1bb3349c6e
commit dcd49a286f
+2 -1
View File
@@ -52,7 +52,8 @@
ScreenSelectMaxType2::ScreenSelectMaxType2() : ScreenSelect( "ScreenSelectMaxType2" )
{
m_CurrentPage = PAGE_1;
for( int p=0; p<NUM_PLAYERS; p++ )
int p;
for( p=0; p<NUM_PLAYERS; p++ )
{
m_iChoiceOnPage[p] = 0;
m_bChosen[p] = false;