Changeset 100 for trunk/Forms/UFormMain.pas
- Timestamp:
- Dec 26, 2014, 8:10:40 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.pas
r97 r100 171 171 PaintBox1.Repaint; 172 172 StatusBar1.Panels[1].Text := IntToStr(Trunc(DrawDuration / OneMillisecond)) + ' / ' + 173 IntToStr(Trunc(TimerPeriod / OneMillisecond)) + ' ms'; 173 IntToStr(Trunc(TimerPeriod / OneMillisecond)) + ' ms' + 174 ' ' + IntToStr(Core.Game.Map.CellLinks.Count); 174 175 NewCaption := 'xTactics'; 175 176 if Assigned(Core.Game.CurrentPlayer) then
Note:
See TracChangeset
for help on using the changeset viewer.