Changeset 13 for trunk/UMainForm.pas


Ignore:
Timestamp:
Mar 22, 2011, 5:24:11 PM (14 years ago)
Author:
george
Message:
  • Fixed: Tank explosion effect.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UMainForm.pas

    r11 r13  
    7777      IntToStr(TPlayer(Engine.Players[0]).Direction);
    7878    StatusBar1.Panels[2].Text := FloatToStr(RoundTo(DrawDuration / OneMillisecond, -2));
     79    StatusBar1.Panels[3].Text := IntToStr(TPlayer(Engine.Players[0]).Bullets.Count);
    7980  finally
    8081    Drawing := False;
Note: See TracChangeset for help on using the changeset viewer.