warnings
This commit is contained in:
@@ -392,7 +392,7 @@ void ScreenOptions::PositionIcons()
|
|||||||
|
|
||||||
void ScreenOptions::RefreshIcons()
|
void ScreenOptions::RefreshIcons()
|
||||||
{
|
{
|
||||||
ASSERT( m_iNumOptionRows < MAX_OPTION_LINES );
|
ASSERT( m_iNumOptionRows < (int) MAX_OPTION_LINES );
|
||||||
|
|
||||||
for( int p=0; p<NUM_PLAYERS; p++ ) // foreach player
|
for( int p=0; p<NUM_PLAYERS; p++ ) // foreach player
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user