]> git.pond.sub.org Git - empserver/blobdiff - src/lib/global/item.c
Update copyright notice
[empserver] / src / lib / global / item.c
index 15e041084d345fb932023ba30a9372cc4bbc6af4..0f5d8092c8df1ab871594f2f94286765c83f8045 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2012, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2021, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                Ken Stevens, Steve McClure, Markus Armbruster
  *
  *  Empire is free software: you can redistribute it and/or modify
@@ -38,4 +38,4 @@
  * Table of item types
  * Initialized on startup from item.config and deity custom config (if any).
  */
-struct ichrstr ichr[I_MAX + 2];
+struct ichrstr ichr[ICHR_SZ];