From 6fc677e720065f30e65b5abd4efe0ab2fbeb5ad5 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Mon, 6 Mar 2006 18:24:39 +0000 Subject: [PATCH] Doc fix. --- src/lib/global/item.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/global/item.c b/src/lib/global/item.c index f4014c0cd..f72c5cc88 100644 --- a/src/lib/global/item.c +++ b/src/lib/global/item.c @@ -37,7 +37,7 @@ #include "item.h" 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"}, {'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"}, -- 2.43.0