Remove some unused stuff, mostly Empire 3 leftovers.

This commit is contained in:
Markus Armbruster 2004-02-28 09:45:10 +00:00
parent 3d0178b994
commit 97e221baae
11 changed files with 3 additions and 63 deletions

View file

@ -59,5 +59,3 @@ struct ichrstr ichr[I_MAX + 2] = {
{'r', V_RAD, 150, 1, 8, {1, 10, 1, 1}, "radioactive materials"},
{0, 0, 0, 0, 0, {0, 0, 0, 0}, 0}
};
int itm_maxno = (sizeof(ichr) / sizeof(struct ichrstr)) - 1;