Changeset 13 for trunk/UMainForm.pas
- Timestamp:
- Mar 22, 2011, 5:24:11 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UMainForm.pas
r11 r13 77 77 IntToStr(TPlayer(Engine.Players[0]).Direction); 78 78 StatusBar1.Panels[2].Text := FloatToStr(RoundTo(DrawDuration / OneMillisecond, -2)); 79 StatusBar1.Panels[3].Text := IntToStr(TPlayer(Engine.Players[0]).Bullets.Count); 79 80 finally 80 81 Drawing := False;
Note:
See TracChangeset
for help on using the changeset viewer.