network_client.c
changeset 2078 94c05035e2ce
parent 2073 899419c9b997
child 2159 3b634157c3b2
--- a/network_client.c	Sat Jul 16 09:55:31 2005 +0000
+++ b/network_client.c	Sat Jul 16 12:30:03 2005 +0000
@@ -487,15 +487,6 @@
 
 	// 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);
 
 		_network_join_status = NETWORK_JOIN_STATUS_PROCESSING;