updated to almost release of 0.9.14
authorhenrik.rostedt
Mon, 08 Nov 2010 22:31:58 +0000
changeset 19 6f33e35cb3e4
parent 18 a5689d857b25
child 20 0cd14659de00
updated to almost release of 0.9.14
GearTypes.wiki
--- a/GearTypes.wiki	Mon Nov 08 22:25:27 2010 +0000
+++ b/GearTypes.wiki	Mon Nov 08 22:31:58 2010 +0000
@@ -1,15 +1,16 @@
 For a current list of the gears look at hedgewars/uConstants.pas at
 the TGearType enumeration.
 {{{
-    TGearType = (gtAmmo_Bomb, gtHedgehog, gtAmmo_Grenade, gtGrave, gtBee, // 4 
-            gtShotgunShot, gtPickHammer, gtRope, gtMine, gtCase, // 9 
-            gtDEagleShot, gtDynamite, gtClusterBomb, gtCluster, gtShover, // 14
-            gtFlame, gtFirePunch, gtATStartGame, gtATSmoothWindCh, // 18
-            gtATFinishGame, gtParachute, gtAirAttack, gtAirBomb, gtBlowTorch, // 23
-            gtGirder, gtTeleport, gtSwitcher, gtTarget, gtMortar, // 28
-            gtWhip, gtKamikaze, gtCake, gtSeduction, gtWatermelon, gtMelonPiece, // 34
-            gtHellishBomb, gtWaterUp, gtDrill, gtBallGun, gtBall, gtRCPlane, // 40
-            gtSniperRifleShot, gtJetpack, gtMolotov, gtExplosives, gtBirdy, // 45
-            gtEgg, gtPortal, gtPiano, gtGasBomb, gtSineGunShot, gtFlamethrower, // 51
-            gtSMine, gtPoisonCloud, gtHammer, gtHammerHit);
+    TGearType = (gtBomb, gtHedgehog, gtShell, gtGrave, gtBee,
+            gtShotgunShot, gtPickHammer, gtRope, gtMine, gtCase,
+            gtDEagleShot, gtDynamite, gtClusterBomb, gtCluster, gtShover,
+            gtFlame, gtFirePunch, gtATStartGame, gtATSmoothWindCh,
+            gtATFinishGame, gtParachute, gtAirAttack, gtAirBomb, gtBlowTorch,
+            gtGirder, gtTeleport, gtSwitcher, gtTarget, gtMortar,
+            gtWhip, gtKamikaze, gtCake, gtSeduction, gtWatermelon, gtMelonPiece,
+            gtHellishBomb, gtWaterUp, gtDrill, gtBallGun, gtBall, gtRCPlane,
+            gtSniperRifleShot, gtJetpack, gtMolotov, gtExplosives, gtBirdy,
+            gtEgg, gtPortal, gtPiano, gtGasBomb, gtSineGunShot, gtFlamethrower,
+            gtSMine, gtPoisonCloud, gtHammer, gtHammerHit, gtResurrector);
 }}}
+Note: gtBomb and gtShell were named gtAmmo_Bomb and gtAmmo_Grenade before 0.9.14
\ No newline at end of file