summaryrefslogtreecommitdiff
path: root/src/waypoint.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-07-16 23:02:39 +0000
committerrubidium <rubidium@openttd.org>2009-07-16 23:02:39 +0000
commit9933df9d89a72bd3b8b6cc23cb1170de3c5a8c4d (patch)
treedc217c4d89a73a6b692f8e0322cc9934deb04f4e /src/waypoint.h
parenta007d609afec5e40d2aef362aca90d3a53580c8d (diff)
downloadopenttd-9933df9d89a72bd3b8b6cc23cb1170de3c5a8c4d.tar.xz
(svn r16855) -Codechange: remove unused 'conversion' stuff from the waypoint struct and make it more similar to Station.
Diffstat (limited to 'src/waypoint.h')
-rw-r--r--src/waypoint.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/waypoint.h b/src/waypoint.h
index 3111f7a92..18fc2a33c 100644
--- a/src/waypoint.h
+++ b/src/waypoint.h
@@ -20,9 +20,8 @@ extern WaypointPool _waypoint_pool;
struct Waypoint : WaypointPool::PoolItem<&_waypoint_pool> {
TileIndex xy; ///< Tile of waypoint
- TownID town_index; ///< Town associated with the waypoint
+ Town *town; ///< Town associated with the waypoint
uint16 town_cn; ///< The Nth waypoint for this town (consecutive number)
- StringID string_id;///< C000-C03F have special meaning in old games
char *name; ///< Custom name. If not set, town + town_cn is used for naming
ViewportSign sign; ///< Dimensions of sign (not saved)