hedgewars/uTypes.pas
changeset 4420 6be946bcd17a
parent 4379 6cd6b77df8b8
child 4422 5e8cfef25ccb
--- a/hedgewars/uTypes.pas	Wed Nov 24 20:36:46 2010 -0500
+++ b/hedgewars/uTypes.pas	Thu Nov 25 22:56:28 2010 -0500
@@ -75,8 +75,7 @@
             vgtSteam, vgtAmmo, vgtSmoke, vgtSmokeWhite, vgtHealth, vgtShell,
             vgtDust, vgtSplash, vgtDroplet, vgtSmokeRing, vgtBeeTrace, vgtEgg,
             vgtFeather, vgtHealthTag, vgtSmokeTrace, vgtEvilTrace, vgtExplosion,
-            vgtBigExplosion, vgtChunk, vgtNote, vgtLineTrail,
-            vgtBulletHit);
+            vgtBigExplosion, vgtChunk, vgtNote, vgtLineTrail, vgtBulletHit, vgtCircle);
 
     TGearsType = set of TGearType;
 
@@ -365,4 +364,4 @@
 
 implementation
 
-end.
\ No newline at end of file
+end.