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

Changeset 111 for trunk/UCore.pas


Ignore:
Timestamp:
Nov 27, 2016, 2:34:31 PM (7 years ago)
Author:
chronos
Message:
  • Modified: Changed debian packages configuration files to support build on Launchpad.
  • Fixed: Wrong zoom calculation in some case.
  • Fixed: Set configuration file name explicitly.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UCore.pas

    r110 r111  
    185185  if (ParamCount > 0) then begin
    186186    FileName := UTF8Encode(ParamStr(1));
    187     if FileExistsUTF8(FileName) then begin
     187    if FileExists(FileName) then begin
    188188      Game.LoadFromFile(FileName);
    189189      Player := Game.Players.GetFirstHuman;
Note: See TracChangeset for help on using the changeset viewer.