Ignore:
Timestamp:
May 17, 2024, 4:52:24 PM (6 months ago)
Author:
chronos
Message:
  • Modified: Use F10 as exit according to the original game.
  • Modified: Better menu items drawing.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormMain.pas

    r74 r83  
    183183  DoubleBuffered := False;
    184184  Engine := TEngine.Create(nil);
     185  Engine.OnClose := AExitExecute;
    185186  LoadConfig;
    186187  Engine.InitPlayerPool;
Note: See TracChangeset for help on using the changeset viewer.