Changeset 406


Ignore:
Timestamp:
Jan 6, 2025, 10:48:31 PM (31 hours ago)
Author:
chronos
Message:
  • Fixed: Do not stop running game on Quit action.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Core.pas

    r397 r406  
    310310procedure TCore.AExitExecute(Sender: TObject);
    311311begin
    312   Game.Running := False;
    313312  FormMain.Close;
    314313  Application.Terminate;
Note: See TracChangeset for help on using the changeset viewer.