mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-17 03:29:09 +00:00
(svn r7057) -Codechange: Remove hardcoded lists of road vehicles for each cargo type in favour of just checking the cargo type of each vehicle.
This commit is contained in:
@@ -353,8 +353,6 @@ typedef struct {
|
||||
SpriteID sprites[NUM_CARGO];
|
||||
byte transit_days_1[NUM_CARGO];
|
||||
byte transit_days_2[NUM_CARGO];
|
||||
byte ai_roadveh_start[NUM_CARGO];
|
||||
byte ai_roadveh_count[NUM_CARGO];
|
||||
} CargoConst;
|
||||
|
||||
VARDEF CargoConst _cargoc;
|
||||
|
Reference in New Issue
Block a user