Changeset 319


Ignore:
Timestamp:
Jun 25, 2024, 12:49:07 AM (13 days ago)
Author:
chronos
Message:
  • Fixed: Fully terminate the application on main form closure.
  • Fixed: Error if players stats opened.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Core.pas

    r318 r319  
    421421    FormMain.FormPlayersStats := TFormPlayersStats.Create(nil);
    422422  FormMain.FormPlayersStats.OnSpectate := Spectate;
     423  FormMain.FormPlayersStats.Game := Game;
    423424  FormMain.FormPlayersStats.Show;
    424425end;
  • trunk/Forms/FormMain.pas

    r317 r319  
    236236  Core.Core.UnitShapeVisible := AUnitShapeVisible.Checked;
    237237  Core.Core.Done;
     238  Application.Terminate;
    238239end;
    239240
Note: See TracChangeset for help on using the changeset viewer.