Changeset 226 for trunk/UCore.pas


Ignore:
Timestamp:
Jul 15, 2018, 11:40:08 PM (6 years ago)
Author:
chronos
Message:
  • Fixed: Application settings wasn't saved if the application was exited by main menu action Exit.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UCore.pas

    r220 r226  
    259259begin
    260260  Game.Running := False;
     261  FormMain.Close;
    261262  Application.Terminate;
    262263end;
Note: See TracChangeset for help on using the changeset viewer.