Doc fix.
This commit is contained in:
parent
211a56489b
commit
6fc677e720
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
||||||
#include "item.h"
|
#include "item.h"
|
||||||
|
|
||||||
struct ichrstr ichr[] = {
|
struct ichrstr ichr[] = {
|
||||||
/* mnem vtype val sell lbs {in rg wh ur bnk} melt name */
|
/* mnem uid val sell lbs {in rg wh ur bnk} melt name */
|
||||||
{'c', I_CIVIL, 1, 0, 1, {1, 10, 10, 10, 10}, 4, "civilians"},
|
{'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"},
|
{'m', I_MILIT, 0, 0, 1, {1, 1, 1, 1, 1}, 20, "military"},
|
||||||
{'s', I_SHELL, 5, 1, 1, {1, 1, 10, 1, 1}, 80, "shells"},
|
{'s', I_SHELL, 5, 1, 1, {1, 1, 10, 1, 1}, 80, "shells"},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue