forked from github/server
MACHE mit Gebaeude in dem man steht.
This commit is contained in:
parent
0c47aab8a2
commit
dd85b9b6a0
1 changed files with 3 additions and 1 deletions
|
@ -844,6 +844,8 @@ build_building(unit * u, const building_type * btype, int want, order * ord)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} else if (u->building && u->building->type==btype) {
|
||||||
|
b = u->building;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (b) btype = b->type;
|
if (b) btype = b->type;
|
||||||
|
|
Loading…
Reference in a new issue