]> git.pond.sub.org Git - empserver/blobdiff - src/lib/global/plane.c
(N_MAXSHIPS, SHP_TYPE_MAX, N_MAXPLANE, PLN_TYPE_MAX, N_MAXLAND)
[empserver] / src / lib / global / plane.c
index 5dd7230709599c3963420d1ea06bbc2fcae38ae2..4c1c29646ec2295f511a5d69669339ee54def613 100644 (file)
@@ -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];