From 52b42ff5081f25da96f70d7f16705e71e691216e Mon Sep 17 00:00:00 2001 From: ludde Date: Sun, 17 Jul 2005 18:49:05 +0000 Subject: (svn r2622) Fix: remove _cargoc.names_p, it was never used. --- variables.h | 1 - 1 file changed, 1 deletion(-) (limited to 'variables.h') diff --git a/variables.h b/variables.h index cba31fca5..f026a7601 100644 --- a/variables.h +++ b/variables.h @@ -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]; -- cgit v1.2.3-54-g00ecf