VisualGearTypes.wiki
changeset 651 48476b4f3497
parent 587 8105e95297e3
child 695 ab2e242986c3
--- 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