diff -r 206aabea2229 -r a03c2d037e24 hedgewars/uWorld.pas --- a/hedgewars/uWorld.pas Thu Oct 05 20:13:51 2006 +0000 +++ b/hedgewars/uWorld.pas Sun Oct 08 18:17:52 2006 +0000 @@ -35,11 +35,11 @@ bShowAmmoMenu: boolean = false; bSelected: boolean = false; bShowFinger: boolean = false; + Frames: Longword = 0; implementation uses uStore, uMisc, uTeams, uIO, uConsole, uKeys, uLocale, uSound; const RealTicks: Longword = 0; - Frames: Longword = 0; FPS: Longword = 0; CountTicks: Longword = 0; SoundTimerTicks: Longword = 0;