remove extra potion enums

Generic object handling ended up not using FIRST_POTION, LAST_POTION,
and NUM_POTIONS so don't bother setting those up.
This commit is contained in:
PatR
2023-01-12 14:54:05 -08:00
parent 5b27e25d6d
commit 0649f5860a
3 changed files with 0 additions and 6 deletions

View File

@@ -171,7 +171,6 @@ enum objects_nums {
};
enum misc_object_nums {
NUM_POTIONS = (LAST_POTION - FIRST_POTION + 1),
NUM_REAL_GEMS = (LAST_REAL_GEM - FIRST_REAL_GEM + 1),
NUM_GLASS_GEMS = (LAST_GLASS_GEM - FIRST_GLASS_GEM + 1),
/* LAST_SPELL is SPE_BLANK_PAPER, guaranteeing that spl_book[] will