Adjustable OPFOR headings when OPFOR ATO is selected

This commit is contained in:
Raffson
2024-10-06 18:12:44 +02:00
parent a68bcb9ea1
commit 2b780e3d69
2 changed files with 7 additions and 6 deletions

View File

@@ -603,7 +603,7 @@ class QLiberationWindow(QMainWindow):
self.game_model.init_comms_registry()
def open_tgo_info_dialog(self, tgo: TheaterGroundObject) -> None:
QGroundObjectMenu(self, tgo, tgo.control_point, self.game).show()
QGroundObjectMenu(self, tgo, tgo.control_point, self.game_model).show()
def open_control_point_info_dialog(self, cp: ControlPoint) -> None:
self._cp_dialog = QBaseMenu2(None, cp, self.game_model)