hedgewars/uWorld.pas
changeset 191 a03c2d037e24
parent 183 57c2ef19f719
child 198 6f00e0f4cb88
--- 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;