(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:
peter1138
2006-11-03 23:06:54 +00:00
parent 6b44b88e9f
commit e10ba5fdc5
5 changed files with 10 additions and 28 deletions

View File

@@ -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;