diff options
author | rubidium <rubidium@openttd.org> | 2009-07-18 08:41:58 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-07-18 08:41:58 +0000 |
commit | 8c17c6cb2bba037e0e7cbe5f97bc2e025bed9a6f (patch) | |
tree | 6925fe6d155eb8661a45e2a66524d94de520076f /src/waypoint.h | |
parent | f129634f524b38bcb00f5e7b24ccd8a982a16ca9 (diff) | |
download | openttd-8c17c6cb2bba037e0e7cbe5f97bc2e025bed9a6f.tar.xz |
(svn r16868) -Codechange: unify UpdateAll[Station|Waypoint]VirtCoords
Diffstat (limited to 'src/waypoint.h')
-rw-r--r-- | src/waypoint.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/waypoint.h b/src/waypoint.h index 1ffb74fe2..ee3122fe4 100644 --- a/src/waypoint.h +++ b/src/waypoint.h @@ -51,6 +51,5 @@ struct Waypoint : WaypointPool::PoolItem<&_waypoint_pool>, BaseStation { CommandCost RemoveTrainWaypoint(TileIndex tile, DoCommandFlag flags, bool justremove); void ShowWaypointWindow(const Waypoint *wp); void DrawWaypointSprite(int x, int y, int stat_id, RailType railtype); -void UpdateAllWaypointVirtCoords(); #endif /* WAYPOINT_H */ |