Ignore:
Timestamp:
Oct 5, 2019, 1:00:29 PM (5 years ago)
Author:
chronos
Message:
  • Added: Remember board state between application restarts.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.pas

    r17 r19  
    8989  Core.PersistentForm1.RegistryContext := Core.ApplicationInfo1.GetRegistryContext;
    9090  Core.PersistentForm1.Load(Self);
    91   Core.Game.New;
     91  if not Core.Game.Running then
     92    Core.Game.New;
    9293end;
    9394
Note: See TracChangeset for help on using the changeset viewer.