From c03fc6b72c3d541b834664ee0ced8a059645d05b Mon Sep 17 00:00:00 2001 From: Enno Date: Sun, 13 Jun 2010 06:24:28 +0200 Subject: [PATCH] fix crash (but break antimagic visibility again) --- src/spells/unitcurse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spells/unitcurse.c b/src/spells/unitcurse.c index e6a9676c3..b3b5fc4fc 100644 --- a/src/spells/unitcurse.c +++ b/src/spells/unitcurse.c @@ -287,7 +287,7 @@ static struct curse_type ct_oldrace = { }; static struct curse_type ct_magicresistance = { - "magicresistance", CURSETYP_UNIT, CURSE_SPREADMODULO, M_MEN, cinfo_unit + "magicresistance", CURSETYP_UNIT, CURSE_SPREADMODULO, M_MEN, cinfo_simple };