Ignore:
Timestamp:
Dec 26, 2014, 8:10:40 PM (10 years ago)
Author:
chronos
Message:
  • Added: Support for autogeneration of bridges between separated areas.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.pas

    r97 r100  
    171171    PaintBox1.Repaint;
    172172    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);
    174175    NewCaption := 'xTactics';
    175176    if Assigned(Core.Game.CurrentPlayer) then
Note: See TracChangeset for help on using the changeset viewer.