Fix a typo from r7840 that caused the game to be unable to display all the games on the lobby sometimes.

git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@8341 4a71c877-e1ca-e34f-864e-861f7616d084
master
Guangcong Luo 2009-10-31 21:53:12 +00:00 committed by Git SVN Gateway
parent a4fa637b56
commit a279c154af
1 changed files with 0 additions and 1 deletions

View File

@ -1719,7 +1719,6 @@ static bool NETrecvGAMESTRUCT(GAMESTRUCT* game)
debug(LOG_WARNING, "GAMESTRUCT recv size mismatch; received %u bytes; expecting %d", i, (int)sizeof(buf));
return false;
}
return false;
}
// Now dump the data into the game struct