summaryrefslogtreecommitdiff
path: root/waypoint.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-17 20:14:58 +0000
committertron <tron@openttd.org>2005-07-17 20:14:58 +0000
commit59d4ab37520b36c869d5849eef7dff8a40dc54db (patch)
tree77598901e6af2d9f689f88f5426191005af2fc62 /waypoint.h
parent1d11bbb34da6bb1cfd8d8351f61940c92027ed55 (diff)
downloadopenttd-59d4ab37520b36c869d5849eef7dff8a40dc54db.tar.xz
(svn r2626) static, const, misc.
Diffstat (limited to 'waypoint.h')
-rw-r--r--waypoint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/waypoint.h b/waypoint.h
index 1b4c53a67..c5eeb2e39 100644
--- a/waypoint.h
+++ b/waypoint.h
@@ -56,7 +56,7 @@ static inline bool IsRailWaypoint(byte m5)
int32 RemoveTrainWaypoint(TileIndex tile, uint32 flags, bool justremove);
Station *ComposeWaypointStation(TileIndex tile);
Waypoint *GetWaypointByTile(TileIndex tile);
-void ShowRenameWaypointWindow(Waypoint *cp);
+void ShowRenameWaypointWindow(const Waypoint *cp);
void DrawWaypointSprite(int x, int y, int image, int railtype);
void UpdateWaypointSign(Waypoint *cp);
void FixOldWaypoints(void);