(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 ship types
|
||||
* Initialized on startup from ship.config and deity custom config (if any).
|
||||
* Terminated by a sentinel with null m_name.
|
||||
*/
|
||||
struct mchrstr mchr[N_MAXSHIPS + 1];
|
||||
struct mchrstr mchr[SHP_TYPE_MAX + 2];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue