From a279c154af449a9bbaf7fce3b06869494b01a083 Mon Sep 17 00:00:00 2001 From: Guangcong Luo Date: Sat, 31 Oct 2009 21:53:12 +0000 Subject: [PATCH] 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 --- lib/netplay/netplay.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/netplay/netplay.c b/lib/netplay/netplay.c index f33f98a62..b775c7764 100644 --- a/lib/netplay/netplay.c +++ b/lib/netplay/netplay.c @@ -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