(MINES_MAX): Change to 32767. MINES_MAX was not adjusted from 65535
when sct_mines was changed from unsigned short to short in rev. 1.15.
This commit is contained in:
parent
647783f652
commit
276a99841f
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ extern struct dchrstr bigcity_dchr;
|
||||||
/* maximum item amount, 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
|
#define ITEM_MAX 9999
|
||||||
/* maximum number of mines, must fit into struct sctstr member sct_mines */
|
/* maximum number of mines, must fit into struct sctstr member sct_mines */
|
||||||
#define MINES_MAX 65535
|
#define MINES_MAX 32767
|
||||||
/* maximum number of che, must fit into struct sctstr member sct_che */
|
/* maximum number of che, must fit into struct sctstr member sct_che */
|
||||||
#define CHE_MAX 255
|
#define CHE_MAX 255
|
||||||
/* maximum fallout, must fit into struct sctstr member sct_fallout */
|
/* maximum fallout, must fit into struct sctstr member sct_fallout */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue