Merge branch 'master' into jgrpp
Remove 'byte' typedef
This commit is contained in:
@@ -103,9 +103,9 @@ public:
|
||||
EngineID engine_type; ///< The type of engine used for this vehicle.
|
||||
CargoID cargo_type; ///< type of cargo this vehicle is carrying
|
||||
uint16_t cargo_cap; ///< total capacity
|
||||
byte cargo_subtype;
|
||||
uint8_t cargo_subtype;
|
||||
|
||||
byte subtype;
|
||||
uint8_t subtype;
|
||||
RailType railtype;
|
||||
|
||||
VehicleID index;
|
||||
|
||||
Reference in New Issue
Block a user