Changeset 301 for trunk/UGame.pas


Ignore:
Timestamp:
Jul 10, 2019, 11:35:10 PM (5 years ago)
Author:
chronos
Message:
  • Fixed: Corrected dimensions in About dialog.
  • Removed: Old Player and Players forms replaced by general item list.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UGame.pas

    r299 r301  
    570570    MaxNeutralUnits := GetValue(DOMString(Path + '/MaxNeutralUnits'), 5);
    571571    MaxPower := GetValue(DOMString(Path + '/MaxPower'), 99);
    572     GameSystemName := string(GetValue(DOMString(Path + '/GameSystemName'), DOMString('')));
    573572    Players.LoadConfig(Config, Path + '/Players');
    574573  end;
Note: See TracChangeset for help on using the changeset viewer.