src/road_cmd.cpp
changeset 7162 b769c2b45103
parent 7158 ffb31324aa5e
child 7175 5afb72652b6d
equal deleted inserted replaced
7161:1c403be65ea2 7162:b769c2b45103
   843 		}
   843 		}
   844 	}
   844 	}
   845 	DrawBridgeMiddle(ti);
   845 	DrawBridgeMiddle(ti);
   846 }
   846 }
   847 
   847 
   848 void DrawRoadDepotSprite(int x, int y, DiagDirection dir)
   848 void DrawRoadDepotSprite(int x, int y, DiagDirection dir, RoadType rt)
   849 {
   849 {
   850 	SpriteID palette = PLAYER_SPRITE_COLOR(_local_player);
   850 	SpriteID palette = PLAYER_SPRITE_COLOR(_local_player);
   851 	const DrawTileSprites* dts =  &_road_depot[dir];
   851 	const DrawTileSprites* dts =  &_road_depot[dir];
   852 	const DrawTileSeqStruct* dtss;
   852 	const DrawTileSeqStruct* dtss;
   853 
   853