From ab3ed5c43121cc8adefc0c6bbcf9ef0d1203d3ff Mon Sep 17 00:00:00 2001 From: truelight Date: Wed, 2 Feb 2005 16:16:43 +0000 Subject: (svn r1770) -Fix: Hopefully last pieces of code that are containing a station-id (and should be an uint16, not uint8) --- aircraft_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aircraft_cmd.c') diff --git a/aircraft_cmd.c b/aircraft_cmd.c index 8d8bf19bd..1eefa66f6 100644 --- a/aircraft_cmd.c +++ b/aircraft_cmd.c @@ -232,7 +232,7 @@ int32 CmdBuildAircraft(int x, int y, uint32 flags, uint32 p1, uint32 p2) // v->load_unload_time_rem = 0; // v->progress = 0; - v->last_station_visited = 0xFFFF; + v->last_station_visited = INVALID_STATION; // v->destination_coords = 0; v->max_speed = avi->max_speed; -- cgit v1.2.3-54-g00ecf