Remove unused variables and such. No functional changes.

This commit is contained in:
Markus Armbruster 2004-03-11 22:10:19 +00:00
parent 245b5a21e2
commit 91cc2ddc42
6 changed files with 2 additions and 6 deletions

View file

@ -184,7 +184,7 @@ extern struct dchrstr bigcity_dchr;
/* Sector flags */
#define MOVE_IN_PROGRESS bit(0) /* move in progress */
/* maximum amount of an item, must fit into sct_item[], sct_del[], sct_dist */
/* maximum item amount, must fit into sct_item[], sct_del[], sct_dist[] */
#define ITEM_MAX 9999
/* maximum number of mines, must fit into struct sctstr member sct_mines */
#define MINES_MAX 65535