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) --- vehicle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vehicle.h') diff --git a/vehicle.h b/vehicle.h index 8c626908a..a180036d9 100644 --- a/vehicle.h +++ b/vehicle.h @@ -138,7 +138,7 @@ struct Vehicle { byte cargo_type; // type of cargo this vehicle is carrying byte cargo_days; // how many days have the pieces been in transit - byte cargo_source;// source of cargo + uint16 cargo_source;// source of cargo uint16 cargo_cap; // total capacity uint16 cargo_count;// how many pieces are used -- cgit v1.2.3-54-g00ecf