diff -r 948da1e50205 -r b6140f35735f hedgewars/uGearsRender.pas --- a/hedgewars/uGearsRender.pas Sun Apr 10 14:04:56 2011 -0400 +++ b/hedgewars/uGearsRender.pas Sun Apr 10 17:25:34 2011 -0400 @@ -872,7 +872,7 @@ startX, endX, startY, endY: LongInt; begin case Gear^.Kind of - gtBomb: DrawRotated(sprBomb, x, y, 0, Gear^.DirAngle); + gtGrenade: DrawRotated(sprBomb, x, y, 0, Gear^.DirAngle); gtSnowball: DrawRotated(sprSnowball, x, y, 0, Gear^.DirAngle); gtGasBomb: DrawRotated(sprCheese, x, y, 0, Gear^.DirAngle); gtMolotov: DrawRotated(sprMolotov, x, y, 0, Gear^.DirAngle);