Don't show airbase armor & air defense.

This commit is contained in:
Khopa 2019-10-15 19:19:44 +02:00
parent d8d17e5c18
commit d2ea6ed2fd

View File

@ -84,6 +84,10 @@ class QLiberationMap(QGraphicsView):
for ground_object in cp.ground_objects:
if ground_object.airbase_group:
continue
go_pos = self._transform_point(ground_object.position)
scene.addItem(QMapGroundObject(self, go_pos[0], go_pos[1], 16, 16, cp, ground_object))