src/newgrf.cpp
changeset 10023 d200e056524c
parent 10015 2b721243365f
child 10025 4aef0b1dd009
--- a/src/newgrf.cpp	Thu Aug 28 19:22:03 2008 +0000
+++ b/src/newgrf.cpp	Thu Aug 28 19:53:25 2008 +0000
@@ -6002,13 +6002,6 @@
 	}
 	_grf_line_to_action6_sprite_override.clear();
 
-	/* Update the bitmasks for the vehicle lists */
-	Player *p;
-	FOR_ALL_PLAYERS(p) {
-		p->avail_railtypes = GetPlayerRailtypes(p->index);
-		p->avail_roadtypes = GetPlayerRoadtypes(p->index);
-	}
-
 	/* Pre-calculate all refit masks after loading GRF files. */
 	CalculateRefitMasks();