(svn r2622) Fix: remove _cargoc.names_p, it was never used.

This commit is contained in:
ludde
2005-07-17 18:49:05 +00:00
parent edbe969d23
commit 52b42ff508
2 changed files with 1 additions and 4 deletions

View File

@@ -379,7 +379,6 @@ VARDEF FILE *_log_file_fd;
// NOSAVE: These can be recalculated from InitializeLandscapeVariables
typedef struct {
StringID names_s[NUM_CARGO];
StringID names_p[NUM_CARGO];
StringID names_long[NUM_CARGO];
StringID names_short[NUM_CARGO];
byte weights[NUM_CARGO];