endless loop

This commit is contained in:
Enno Rehling 2007-02-11 19:20:46 +00:00
parent b02bf2578c
commit a7052c22c2
1 changed files with 1 additions and 0 deletions

View File

@ -3204,6 +3204,7 @@ dc_age(struct curse * c)
freset(u->faction, FL_DH); freset(u->faction, FL_DH);
if (u->number<=0 || target_resists_magic(mage, u, TYP_UNIT, 0)) { if (u->number<=0 || target_resists_magic(mage, u, TYP_UNIT, 0)) {
up=&u->next;
continue; continue;
} }