(ichr): Define without array size, like the other characteristics
tables.
This commit is contained in:
parent
05c8377e35
commit
4cb1f13347
1 changed files with 1 additions and 1 deletions
|
@ -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"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue