Changeset 215 for trunk/UGame.pas


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/UGame.pas

    r213 r215  
    30463046  I: Integer;
    30473047begin
     3048  ReadXMLFile(Doc, FileName);
    30483049  Self.FileName := FileName;
    30493050  Clear;
    3050   ReadXMLFile(Doc, FileName);
    30513051  with Doc do try
    30523052    if Doc.DocumentElement.NodeName <> 'XtacticsGame' then
Note: See TracChangeset for help on using the changeset viewer.