fehlende Klammer

This commit is contained in:
Enno Rehling 2002-03-17 08:39:11 +00:00
parent 9613d66012
commit 6360a05360
1 changed files with 1 additions and 1 deletions

View File

@ -2154,7 +2154,7 @@ follow(void)
for (u=r->units;u;u=u->next) {
attrib * a;
strlist * o;
if (fval(u, FL_LONGACTION) || fval(u, FL_HUNGER) continue;
if (fval(u, FL_LONGACTION) || fval(u, FL_HUNGER)) continue;
a = a_find(u->attribs, &at_follow);
for (o=u->orders;o;o=o->next) {
if (igetkeyword(o->s, u->faction->locale) == K_FOLLOW