diff --git a/src/common/gamecode/economy.c b/src/common/gamecode/economy.c index 88f07343b..16f780711 100644 --- a/src/common/gamecode/economy.c +++ b/src/common/gamecode/economy.c @@ -225,7 +225,7 @@ select_recruitment(request ** rop, int (*quantify)(const struct race*, int), int recruitment * rec = recruits; request * ro = *rop; unit * u = ro->unit; - const race * rc = u->number?u->race:u->faction->race; + const race * rc = u->race; int qty = quantify(rc, ro->qty); if (qty<0) {