landscape.c
changeset 159 139cf78bfb28
parent 131 16e59d059384
child 183 ec2b02ea4c88
equal deleted inserted replaced
158:b1a821f84250 159:139cf78bfb28
   299 		OWNER_NONE, /* map_owner */
   299 		OWNER_NONE, /* map_owner */
   300 		_generating_world ? 3 : 0 /* map5 */
   300 		_generating_world ? 3 : 0 /* map5 */
   301 	);
   301 	);
   302 }
   302 }
   303 
   303 
   304 uint32 GetTileTrackStatus(uint tile, int mode)
   304 uint32 GetTileTrackStatus(uint tile, TransportType mode)
   305 {
   305 {
   306 	return _tile_type_procs[GET_TILETYPE(tile)]->get_tile_track_status_proc(tile, mode);
   306 	return _tile_type_procs[GET_TILETYPE(tile)]->get_tile_track_status_proc(tile, mode);
   307 }
   307 }
   308 
   308 
   309 void ChangeTileOwner(uint tile, byte old_player, byte new_player)
   309 void ChangeTileOwner(uint tile, byte old_player, byte new_player)