hedgewars/uVisualGears.pas
branchphysfslayer
changeset 8520 1dedcc37bfe8
parent 8370 0c79946e96f8
child 8444 75db7bb8dce8
child 9080 9b42757d7e71
--- a/hedgewars/uVisualGears.pas	Sun Nov 18 01:06:01 2012 +0400
+++ b/hedgewars/uVisualGears.pas	Fri Feb 22 05:05:32 2013 +0100
@@ -53,10 +53,13 @@
 procedure KickFlakes(Radius, X, Y: LongInt);
 
 implementation
-uses uSound, uMobile, uVariables, uTextures, uRender, Math, uRenderUtils, uStore, uUtils;
+uses uSound, uVariables, uTextures, uRender, Math, uRenderUtils, uStore, uUtils;
 
-const cExplFrameTicks = 110;
+const 
+    cExplFrameTicks = 110;
+    //cSmokeZ = 499;
 var VGCounter: LongWord;
+    VisualGearLayers: array[0..6] of PVisualGear;
 
 // For better maintainability the step handlers of visual gears are stored
 // in a separate file.