Fine-tune release of parking slots

This commit is contained in:
Raffson
2024-03-03 12:51:27 +01:00
parent 7a3ca43514
commit bcf8ee9d42
3 changed files with 4 additions and 4 deletions

View File

@@ -239,5 +239,7 @@ class QWaitingForMissionResultWindow(QDialog):
self.sim_controller.set_game(self.game)
for _, f in self.game.db.flights.objects.items():
f.state.reinitialize(self.game.conditions.start_time)
for cp in self.game.theater.controlpoints:
cp.release_parking_slots()
GameUpdateSignal.get_instance().updateGame(self.game)
self.close()