]> git.pond.sub.org Git - empserver/commitdiff
(ichr): Define without array size, like the other characteristics
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 30 Oct 2005 16:51:21 +0000 (16:51 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 30 Oct 2005 16:51:21 +0000 (16:51 +0000)
tables.

src/lib/global/item.c

index f29b6fec5619437c9a3b1d46a51d2a2211c63834..a89d86d1c9b96b58599d168634e03e952b293b15 100644 (file)
@@ -34,7 +34,7 @@
 #include "misc.h"
 #include "item.h"
 
-struct ichrstr ichr[I_MAX + 2] = {
+struct ichrstr ichr[] = {
 /*  mnem  vtype   val sell lbs {in rg wh  ur bnk} melt  name */
     {'c', I_CIVIL,  1, 0,  1, {1, 10, 10, 10, 10},   4, "civilians"},
     {'m', I_MILIT,  0, 0,  1, {1,  1,  1,  1,  1},  20, "military"},