(svn r9638) -Feature: Increase cargo types from 12 to 32 and enable newcargo flag in NewGRF loader.

This commit is contained in:
peter1138
2007-04-15 16:20:35 +00:00
parent 56dcbd169a
commit 7df3a94d8f
6 changed files with 10 additions and 7 deletions

View File

@@ -317,7 +317,7 @@ enum {
CT_PLASTIC = 10,
CT_FIZZY_DRINKS = 11,
NUM_CARGO = 12,
NUM_CARGO = 32,
CT_NO_REFIT = 0xFE,
CT_INVALID = 0xFF