for scoping

This commit is contained in:
Jared Roberts
2003-03-10 04:11:45 +00:00
parent 369ccc445b
commit 50fc50062a
+2 -1
View File
@@ -52,7 +52,8 @@
ScreenSelectDifficulty::ScreenSelectDifficulty() : ScreenSelect( "ScreenSelectDifficulty" )
{
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;