cinfo_simple warning

This commit is contained in:
Enno Rehling 2007-12-17 18:32:26 +00:00
parent f0203119ba
commit 0ff520f708

View file

@ -67,8 +67,7 @@ static struct curse_type ct_auraboost = {
/* Magic Boost - Gabe des Chaos */ /* Magic Boost - Gabe des Chaos */
static struct curse_type ct_magicboost = { static struct curse_type ct_magicboost = {
"magicboost", "magicboost",
CURSETYP_UNIT, CURSE_SPREADMODULO|CURSE_IMMUNE, M_MEN, CURSETYP_UNIT, CURSE_SPREADMODULO|CURSE_IMMUNE, M_MEN, cinfo_simple
NULL
}; };
/* ------------------------------------------------------------- */ /* ------------------------------------------------------------- */