(N_MAXSHIPS, SHP_TYPE_MAX, N_MAXPLANE, PLN_TYPE_MAX, N_MAXLAND)
(LND_TYPE_MAX): Replace. Add a bit more space to the tables.
This commit is contained in:
parent
e81828ec4c
commit
063aabb893
6 changed files with 12 additions and 9 deletions
|
@ -43,5 +43,6 @@
|
|||
/*
|
||||
* Table of plane types
|
||||
* Initialized on startup from plane.config and deity custom config (if any).
|
||||
* Terminated by a sentinel with null pl_name.
|
||||
*/
|
||||
struct plchrstr plchr[N_MAXPLANE + 1];
|
||||
struct plchrstr plchr[PLN_TYPE_MAX + 2];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue