(svn r9411) -Codechange: Add support for loading of newcargo data.

This commit is contained in:
peter1138
2007-03-22 23:19:40 +00:00
parent ff9bbf6bc3
commit 4d81a464e2
6 changed files with 231 additions and 29 deletions

View File

@@ -12,7 +12,7 @@
#include "table/cargo_const.h"
static CargoSpec _cargo[NUM_CARGO];
CargoSpec _cargo[NUM_CARGO];
static const byte INVALID_CARGO = 0xFF;