forked from github/server
compile-fix
This commit is contained in:
parent
ba0851da7a
commit
2ac568cfa7
1 changed files with 46 additions and 46 deletions
|
@ -972,9 +972,9 @@ cancast(unit * u, const spell * sp, int level, int range, struct order * ord)
|
||||||
}
|
}
|
||||||
if (reslist!=NULL) {
|
if (reslist!=NULL) {
|
||||||
ADDMSG(&u->faction->msgs, msg_feedback(u, ord, "missing_components_list", "list", reslist));
|
ADDMSG(&u->faction->msgs, msg_feedback(u, ord, "missing_components_list", "list", reslist));
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
return true;
|
||||||
return b;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ------------------------------------------------------------- */
|
/* ------------------------------------------------------------- */
|
||||||
|
|
Loading…
Reference in a new issue