hedgewars/uGears.pas
changeset 6890 6fc12f30c55c
parent 6769 44ad49a3a126
child 6898 344b0dbd9690
--- a/hedgewars/uGears.pas	Sat Apr 14 23:36:57 2012 +0400
+++ b/hedgewars/uGears.pas	Sat Apr 14 23:50:14 2012 +0400
@@ -1237,22 +1237,23 @@
 
 procedure initModule;
 const handlers: array[TGearType] of TGearStepProcedure = (
+            @doStepFlame,
+            @doStepHedgehog,
+            @doStepMine,
+            @doStepCase,
+            @doStepCase,
             @doStepBomb,
-            @doStepHedgehog,
             @doStepShell,
             @doStepGrave,
             @doStepBee,
             @doStepShotgunShot,
             @doStepPickHammer,
             @doStepRope,
-            @doStepMine,
-            @doStepCase,
             @doStepDEagleShot,
             @doStepDynamite,
             @doStepBomb,
             @doStepCluster,
             @doStepShover,
-            @doStepFlame,
             @doStepFirePunch,
             @doStepActionTimer,
             @doStepActionTimer,
@@ -1280,7 +1281,6 @@
             @doStepSniperRifleShot,
             @doStepJetpack,
             @doStepMolotov,
-            @doStepCase,
             @doStepBirdy,
             @doStepEggWork,
             @doStepPortalShot,