src/road_cmd.cpp
changeset 6574 e1d1a12faaf7
parent 6498 aff910a05c6e
child 6582 5f66659ae048
equal deleted inserted replaced
6573:7624f942237f 6574:e1d1a12faaf7
   597 			return RemoveRoadDepot(tile, flags);
   597 			return RemoveRoadDepot(tile, flags);
   598 	}
   598 	}
   599 }
   599 }
   600 
   600 
   601 
   601 
   602 typedef struct DrawRoadTileStruct {
   602 struct DrawRoadTileStruct {
   603 	uint16 image;
   603 	uint16 image;
   604 	byte subcoord_x;
   604 	byte subcoord_x;
   605 	byte subcoord_y;
   605 	byte subcoord_y;
   606 } DrawRoadTileStruct;
   606 };
   607 
   607 
   608 #include "table/road_land.h"
   608 #include "table/road_land.h"
   609 
   609 
   610 
   610 
   611 uint GetRoadFoundation(Slope tileh, RoadBits bits)
   611 uint GetRoadFoundation(Slope tileh, RoadBits bits)