remove unused building HP
This commit is contained in:
@@ -208,7 +208,7 @@ void Simulation::placeInitialStructures()
|
||||
BuildingType::Hq,
|
||||
m_config.stations.hq.surfaceMask,
|
||||
QPoint(hqAnchorX, hqAnchorY),
|
||||
Rotation::East, hqHp, hqHp);
|
||||
Rotation::East);
|
||||
|
||||
const QVector2D hqCenter(
|
||||
hqAnchorX + hqParsed.footprint.width() / 2.0f,
|
||||
|
||||
Reference in New Issue
Block a user