(svn r16855) -Codechange: remove unused 'conversion' stuff from the waypoint struct and make it more similar to Station.
This commit is contained in:
@@ -57,7 +57,7 @@ Station *ComposeWaypointStation(TileIndex tile)
|
||||
static Station &stat = *(Station*)stat_raw;
|
||||
|
||||
stat.train_tile = stat.xy = wp->xy;
|
||||
stat.town = Town::Get(wp->town_index);
|
||||
stat.town = wp->town;
|
||||
stat.build_date = wp->build_date;
|
||||
|
||||
return &stat;
|
||||
|
Reference in New Issue
Block a user