MACHE mit Gebaeude in dem man steht.
This commit is contained in:
Enno Rehling 2008-05-11 22:01:48 +00:00
parent 0c47aab8a2
commit dd85b9b6a0
1 changed files with 3 additions and 1 deletions

View File

@ -844,6 +844,8 @@ build_building(unit * u, const building_type * btype, int want, order * ord)
return;
}
}
} else if (u->building && u->building->type==btype) {
b = u->building;
}
if (b) btype = b->type;