network_client.c
changeset 2073 899419c9b997
parent 2026 02dfa0aa2c2f
child 2078 94c05035e2ce
--- a/network_client.c	Fri Jul 15 19:51:54 2005 +0000
+++ b/network_client.c	Fri Jul 15 20:29:06 2005 +0000
@@ -488,11 +488,13 @@
 	// Check if this was the last packet
 	if (maptype == MAP_PACKET_END) {
 		// We also get, very nice, the player_seeds in this packet
+#ifdef PLAYER_SEED_RANDOM
 		int i;
 		for (i = 0; i < MAX_PLAYERS; i++) {
 			_player_seeds[i][0] = NetworkRecv_uint32(MY_CLIENT, p);
 			_player_seeds[i][1] = NetworkRecv_uint32(MY_CLIENT, p);
 		}
+#endif
 
 		fclose(file_pointer);