From d5909f901a8558dbfc562c75a387d66251c6ed20 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Sun, 26 Mar 2006 22:23:32 +0000 Subject: (svn r4128) - CodeChange: Add proper semantics for CargoID for such variables instead of using the general byte-type. --- vehicle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vehicle.h') diff --git a/vehicle.h b/vehicle.h index f2ce6efb1..63f6bbdf1 100644 --- a/vehicle.h +++ b/vehicle.h @@ -178,7 +178,7 @@ struct Vehicle { byte vehstatus; // Status uint16 last_station_visited; - byte cargo_type; // type of cargo this vehicle is carrying + CargoID cargo_type; // type of cargo this vehicle is carrying byte cargo_days; // how many days have the pieces been in transit uint16 cargo_source;// source of cargo uint16 cargo_cap; // total capacity -- cgit v1.2.3-54-g00ecf