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

Changeset 181 for trunk/xtactics.lpr


Ignore:
Timestamp:
Feb 9, 2018, 9:41:25 AM (6 years ago)
Author:
chronos
Message:
  • Added: New window with players statistics.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xtactics.lpr

    r180 r181  
    1212  { you can add units after this },
    1313  SysUtils, UFormMain, UFormMove, UFormNew, UFormCharts, UFormUnitMoves,
    14   UFormChat, UGameSocket, UTCP, UServerList;
     14  UFormChat, UGameSocket, UTCP, UServerList, UFormPlayersStats;
    1515
    1616{$R *.res}
     
    3535  Application.CreateForm(TFormMove, FormMove);
    3636  Application.CreateForm(TFormPlayer, FormPlayer);
    37   Application.CreateForm(TFormCharts, FormCharts);
    38   Application.CreateForm(TFormUnitMoves, FormUnitMoves);
    3937  Application.Run;
    4038end.
Note: See TracChangeset for help on using the changeset viewer.