diff options
author | celestar <celestar@openttd.org> | 2005-07-31 22:53:57 +0000 |
---|---|---|
committer | celestar <celestar@openttd.org> | 2005-07-31 22:53:57 +0000 |
commit | fcf5ace08fa0cdbb3c5a7d8f9457dcdb61741481 (patch) | |
tree | c9a9a1e3f27f68a40f4993b7913fab6b2142b6f2 /waypoint.h | |
parent | 132ce0a598eecf344c1489063fada0a824be89ad (diff) | |
download | openttd-fcf5ace08fa0cdbb3c5a7d8f9457dcdb61741481.tar.xz |
(svn r2774) -Codechange: Removed TRACKTYPE_SPRITE_PITCH globally and replaced it by a member of RailtypeInfo
Diffstat (limited to 'waypoint.h')
-rw-r--r-- | waypoint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/waypoint.h b/waypoint.h index a7f7cc6ad..57b280b7e 100644 --- a/waypoint.h +++ b/waypoint.h @@ -59,7 +59,7 @@ int32 RemoveTrainWaypoint(TileIndex tile, uint32 flags, bool justremove); Station *ComposeWaypointStation(TileIndex tile); Waypoint *GetWaypointByTile(TileIndex tile); void ShowRenameWaypointWindow(const Waypoint *cp); -void DrawWaypointSprite(int x, int y, int image, int railtype); +void DrawWaypointSprite(int x, int y, int image, uint railtype); void UpdateWaypointSign(Waypoint *cp); void FixOldWaypoints(void); void UpdateAllWaypointSigns(void); |