(svn r3586) - NewGRF: Load callback masks for all vehicle types.

This commit is contained in:
peter1138
2006-02-11 07:34:05 +00:00
parent 50fd9c8f73
commit 8caedb4898
3 changed files with 27 additions and 6 deletions

View File

@@ -40,6 +40,7 @@ typedef struct ShipVehicleInfo {
byte running_cost;
byte sfx;
byte refittable;
byte callbackmask;
} ShipVehicleInfo;
typedef struct AircraftVehicleInfo {
@@ -52,6 +53,7 @@ typedef struct AircraftVehicleInfo {
byte max_speed;
byte mail_capacity;
uint16 passenger_capacity;
byte callbackmask;
} AircraftVehicleInfo;
typedef struct RoadVehicleInfo {
@@ -62,6 +64,7 @@ typedef struct RoadVehicleInfo {
byte max_speed;
byte capacity;
byte cargo_type;
byte callbackmask;
} RoadVehicleInfo;
/** Information about a vehicle