fix VC7 warnings

This commit is contained in:
Chris Danford
2005-01-08 02:06:22 +00:00
parent 86d66c6e23
commit 77e1c2fee8
6 changed files with 16 additions and 19 deletions
-2
View File
@@ -475,8 +475,6 @@ bool ScreenSelectMaster::ChangeSelection( PlayerNumber pn, int iNewChoice )
if( GetPage(m_iChoice[pn]) != GetPage(iNewChoice) )
return ChangePage( iNewChoice );
bool bMoveAll = SHARED_PREVIEW_AND_CURSOR || GetCurrentPage()!=PAGE_1;
FOREACH_PlayerNumber( p )
{
const int iOldChoice = m_iChoice[p];