Changeset 203 for trunk/xtactics.lpr


Ignore:
Timestamp:
May 18, 2018, 12:54:37 AM (6 years ago)
Author:
chronos
Message:
  • Fixed: Player turn start/end signaling from server to clients.
  • Added: Save action to save game without opening save dialog.
  • Fixed: Move dialog was not opened after new game was created.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xtactics.lpr

    r202 r203  
    1515{$R *.res}
    1616
    17 {$IFDEF DEBUG}
     17{$if declared(UseHeapTrace)}
    1818const
    1919  HeapTraceLog = 'heaptrclog.trc';
     
    2222
    2323begin
    24   {$IFDEF DEBUG}
     24  {$if declared(UseHeapTrace)}
    2525  // Heap trace
    2626  DeleteFile(ExtractFilePath(ParamStr(0)) + HeapTraceLog);
Note: See TracChangeset for help on using the changeset viewer.