Changeset 205 for trunk/UGame.pas


Ignore:
Timestamp:
May 20, 2018, 11:19:57 PM (6 years ago)
Author:
chronos
Message:
  • Fixed: Show correctly units move dialog after new game is created.
  • Fixed: Missing hints in client form toolbar.
  • Fixed: Recalculate players stats after game was loaded from file.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UGame.pas

    r204 r205  
    30573057        Players[I].PlayerMap.CheckVisibility;
    30583058      end;
     3059      Map.ComputePlayerStats;
    30593060      Running := ReadBoolean(RootNode, 'Running', True);
    30603061    end;
Note: See TracChangeset for help on using the changeset viewer.