src/network/core/udp.cpp
changeset 6061 e1e35dd62309
parent 6050 77bd608748c8
child 6115 c5bde03ec914
--- a/src/network/core/udp.cpp	Tue Jan 23 13:26:12 2007 +0000
+++ b/src/network/core/udp.cpp	Tue Jan 23 14:47:38 2007 +0000
@@ -300,8 +300,8 @@
 			info->map_set        = NetworkRecv_uint8 (this, p);
 			info->dedicated      = (NetworkRecv_uint8(this, p) != 0);
 
-			if (info->server_lang >= NETWORK_NUM_LANGUAGES) info->server_lang = 0;
-			if (info->map_set     >= NUM_LANDSCAPE)         info->map_set     = 0;
+			if (info->server_lang >= NETWORK_NUM_LANGUAGES)  info->server_lang = 0;
+			if (info->map_set     >= NETWORK_NUM_LANDSCAPES) info->map_set     = 0;
 	}
 }