diff -r 149638c9cbc4 -r 6fc12f30c55c hedgewars/uGears.pas --- 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,