(P_MAX): New.

(pchr): Use it rather than P_URAN.
(P_SHELL, P_GUN, P_PETROL, P_IRON, P_DUST, P_BAR, P_FOOD, P_OIL)
(P_LCM, P_HCM, P_TLEV, P_RLEV, P_ELEV, P_HLEV, P_URAN): Unused,
remove.
This commit is contained in:
Markus Armbruster 2006-06-06 17:57:30 +00:00
parent bd7b0fea5d
commit d0ecb9b7ee
2 changed files with 3 additions and 17 deletions

View file

@ -40,4 +40,4 @@
* Table of product types
* Initialized on startup from product.config and deity custom config (if any).
*/
struct pchrstr pchr[P_URAN + 2];
struct pchrstr pchr[P_MAX + 2];