remove unused building HP

This commit is contained in:
2026-05-22 21:34:21 +02:00
parent 4e3dc51981
commit bd488db8ef
8 changed files with 10 additions and 23 deletions

View File

@@ -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,