mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Show the status of each flight in the UI.
https://github.com/dcs-liberation/dcs_liberation/issues/1704
This commit is contained in:
@@ -49,9 +49,9 @@ class QLiberationWindow(QMainWindow):
|
||||
self._uncaught_exception_handler = UncaughtExceptionHandler(self)
|
||||
|
||||
self.game = game
|
||||
self.game_model = GameModel(game)
|
||||
Dialog.set_game(self.game_model)
|
||||
self.sim_controller = SimController(self.game)
|
||||
self.game_model = GameModel(game, self.sim_controller)
|
||||
Dialog.set_game(self.game_model)
|
||||
self.ato_panel = QAirTaskingOrderPanel(self.game_model)
|
||||
self.info_panel = QInfoPanel(self.game)
|
||||
self.liberation_map = QLiberationMap(self.game_model, self.sim_controller, self)
|
||||
|
||||
Reference in New Issue
Block a user