fix bug where demolishing construction sites was not possible
This commit is contained in:
@@ -96,6 +96,7 @@ private:
|
||||
bool isValidPlacement(BuildingType type, QPoint anchor, Rotation rot) const;
|
||||
const BuildingDef* findBuildingDef(BuildingType type) const;
|
||||
EntityId buildingAtTile(QPoint tile) const;
|
||||
EntityId siteAtTile(QPoint tile) const;
|
||||
|
||||
void drawPortGlyph(QPainter& painter, QPoint bodyTile,
|
||||
Rotation direction, const QColor& color);
|
||||
|
||||
Reference in New Issue
Block a user