diff -r f109e2e62af8 -r b027e5d5b4cd src/station.h --- a/src/station.h Mon Jan 15 07:38:36 2007 +0000 +++ b/src/station.h Mon Jan 15 14:42:24 2007 +0000 @@ -18,6 +18,7 @@ days_since_pickup(0), rating(175), enroute_from(INVALID_STATION), + enroute_from_xy(INVALID_TILE), last_speed(0), last_age(255), feeder_profit(0) @@ -27,6 +28,7 @@ byte days_since_pickup; byte rating; StationID enroute_from; + TileIndex enroute_from_xy; byte enroute_time; byte last_speed; byte last_age;