forked from github/server
I am pretty sure the phoenix doesn't work.
This commit is contained in:
parent
d0c1b2daa4
commit
eee4fa9e91
|
@ -49,13 +49,10 @@ int amount, struct order *ord)
|
||||||
direction_t direction;
|
direction_t direction;
|
||||||
unit *u2;
|
unit *u2;
|
||||||
direction_t closest_neighbour_direction = 0;
|
direction_t closest_neighbour_direction = 0;
|
||||||
static const race *rc_phoenix = NULL;
|
const race *rc_phoenix = rc_find("phoenix");
|
||||||
|
|
||||||
if (rc_phoenix == NULL) {
|
|
||||||
rc_phoenix = rc_find("phoenix");
|
|
||||||
if (rc_phoenix == NULL)
|
if (rc_phoenix == NULL)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
|
||||||
|
|
||||||
/* find the closest phoenix. */
|
/* find the closest phoenix. */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue