diff -r 3d99c2c806ec -r 6be946bcd17a hedgewars/uTypes.pas --- 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.