hedgewars/uGearsRender.pas
changeset 5137 b6140f35735f
parent 5136 948da1e50205
child 5145 120f4271f197
--- 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);