close Warning: Can't synchronize with repository "(default)" (No changeset 184 in the repository). Look in the Trac log for more information.

Changeset 110


Ignore:
Timestamp:
Oct 11, 2016, 10:02:51 AM (8 years ago)
Author:
chronos
Message:
  • Fixed: Properly set XML config file location during initialization.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UCore.pas

    r107 r110  
    347347  Game.OnNewTurn := GameNewTurnExecute;
    348348  StoredDimension := TControlDimension.Create;
     349  XMLConfig1.Filename := GetAppConfigDir(False) + 'Config.xml';
     350  ForceDirectories(GetAppConfigDir(False));
    349351end;
    350352
Note: See TracChangeset for help on using the changeset viewer.