compile-fix

This commit is contained in:
Enno Rehling 2006-01-13 23:11:50 +00:00
parent ba0851da7a
commit 2ac568cfa7
1 changed files with 46 additions and 46 deletions

View File

@ -972,9 +972,9 @@ cancast(unit * u, const spell * sp, int level, int range, struct order * ord)
}
if (reslist!=NULL) {
ADDMSG(&u->faction->msgs, msg_feedback(u, ord, "missing_components_list", "list", reslist));
return false;
}
return b;
return true;
}
/* ------------------------------------------------------------- */