Ignore:
Timestamp:
May 25, 2018, 8:30:06 AM (6 years ago)
Author:
chronos
Message:
  • Fixed: Exceptions if game should be loaded from the file which doesn't exist.
  • Fixed: New game creation after application start if it isn't loaded from file.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UGameProtocol.pas

    r213 r215  
    66
    77uses
    8   Classes, SysUtils, UGame, UVarBlockSerializer, UCommPin, SpecializedList,
    9   UCommFrame;
     8  Classes, SysUtils, UGame, UVarBlockSerializer, UCommPin, SpecializedList;
    109
    1110type
     
    5049    FOnSurrender: TNotifyEvent;
    5150    FOnTurnEnd: TNotifyEvent;
    52     CommFrame: TCommFrame;
    5351    procedure Receive(Sender: TCommPin; Stream: TListByte);
    5452    procedure SendCmd(Command: TCommand);
Note: See TracChangeset for help on using the changeset viewer.