From 8cfe4d6a67ddbde35169adbe2ea0b1c87730ac82 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Fri, 3 Nov 2006 23:06:54 +0000 Subject: (svn r7057) -Codechange: Remove hardcoded lists of road vehicles for each cargo type in favour of just checking the cargo type of each vehicle. --- variables.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'variables.h') diff --git a/variables.h b/variables.h index 3c222ad1a..b8a4536ea 100644 --- a/variables.h +++ b/variables.h @@ -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; -- cgit v1.2.3-54-g00ecf