fix warnings

This commit is contained in:
Glenn Maynard
2004-09-02 21:05:57 +00:00
parent 7c59f59586
commit d52417429f
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -595,7 +595,7 @@ void NetworkSyncManager::ProcessInput()
break;
case 9:
{
int ServerMaxPlayers=m_packet.Read1();
/*int ServerMaxPlayers=*/m_packet.Read1();
int PlayersInThisPacket=m_packet.Read1();
m_PlayerStatus.clear();
m_PlayerNames.clear();