vgtHealth was removed 4 years ago
authorsheepluva
Sun, 18 Oct 2015 21:41:12 +0000
changeset 651 48476b4f3497
parent 650 0a106238f409
child 652 0f7445a72880
vgtHealth was removed 4 years ago
VisualGearTypes.wiki
--- a/VisualGearTypes.wiki	Sat Oct 17 20:35:15 2015 +0000
+++ b/VisualGearTypes.wiki	Sun Oct 18 21:41:12 2015 +0000
@@ -1,13 +1,13 @@
 #summary List of all visual gear types
 
 For a current list of the gears look at hedgewars/uTypes.pas at
-the TVisualGearType enumeration. http://hg.hedgewars.org/hedgewars/file/default/hedgewars/uTypes.pas#l108
+the TVisualGearType enumeration. http://hg.hedgewars.org/hedgewars/file/default/hedgewars/uTypes.pas#l112
 {{{
 TVisualGearType = (vgtFlake, vgtCloud, vgtExplPart, vgtExplPart2, vgtFire,
             vgtSmallDamageTag, vgtTeamHealthSorter, vgtSpeechBubble, vgtBubble,
-            vgtSteam, vgtAmmo, vgtSmoke, vgtSmokeWhite, vgtHealth, vgtShell,
+            vgtSteam, vgtAmmo, vgtSmoke, vgtSmokeWhite, vgtShell,
             vgtDust, vgtSplash, vgtDroplet, vgtSmokeRing, vgtBeeTrace, vgtEgg,
             vgtFeather, vgtHealthTag, vgtSmokeTrace, vgtEvilTrace, vgtExplosion,
             vgtBigExplosion, vgtChunk, vgtNote, vgtLineTrail, vgtBulletHit, vgtCircle);
-            vgtSmoothWindBar, vgtStraightShot
+            vgtSmoothWindBar, vgtStraightShot, vgtNoPlaceWarn
 }}}
\ No newline at end of file