diff options
Diffstat (limited to 'src/newgrf.h')
-rw-r--r-- | src/newgrf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/newgrf.h b/src/newgrf.h index 964f533ae..74a49113e 100644 --- a/src/newgrf.h +++ b/src/newgrf.h @@ -64,6 +64,7 @@ typedef struct GRFFile { uint8 cargo_max; CargoLabel *cargo_list; + uint8 cargo_map[NUM_CARGO]; } GRFFile; extern GRFFile *_first_grffile; |