summaryrefslogtreecommitdiff
path: root/src/defines.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-09-14 06:03:01 +0200
committerBardur Arantsson <bardur@scientician.net>2015-09-14 17:30:47 +0200
commit47fb7807d77c92fa6e72017501d9355d780adf40 (patch)
tree8a4d73b5cedc967742b3711951b47673002b0b34 /src/defines.h
parentf2de788fc3929f3cf05e9f3a69818393e7054dc5 (diff)
Remove TR4_ANTIMAGIC_{30,20,10} flags
They're only used for the Antimagic realm of leveling items and we might as well use ANTIMAGIC_50 there, given the rarity of the flag.
Diffstat (limited to 'src/defines.h')
-rw-r--r--src/defines.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/defines.h b/src/defines.h
index 8182c1ee..2c05acf5 100644
--- a/src/defines.h
+++ b/src/defines.h
@@ -2679,9 +2679,6 @@
#define TR4_CHEAPNESS 0x00008000L /* Rod spells are cheaper(in mana cost) to cast */
#define TR4_FOUNTAIN 0x00010000L /* Available as fountain (for potions) */
#define TR4_ANTIMAGIC_50 0x00020000L /* Forbid magic */
-#define TR4_ANTIMAGIC_30 0x00040000L /* Forbid magic */
-#define TR4_ANTIMAGIC_20 0x00080000L /* Forbid magic */
-#define TR4_ANTIMAGIC_10 0x00100000L /* Forbid magic */
#define TR4_EASY_USE 0x00200000L /* Easily activable */
#define TR4_IM_NETHER 0x00400000L /* Immunity to nether */
#define TR4_RECHARGED 0x00800000L /* Object has been recharged once */