Remove unused variables and such. No functional changes.
This commit is contained in:
parent
245b5a21e2
commit
91cc2ddc42
6 changed files with 2 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue