--- a/hedgewars/uGearsRender.pas Fri Jun 05 21:58:17 2020 +0300
+++ b/hedgewars/uGearsRender.pas Sun Jun 21 02:04:20 2020 +0300
@@ -662,8 +662,9 @@
end;
gtBlowTorch:
begin
- DrawSpriteRotated(sprBlowTorch, hx, hy, sign, aangle);
- DrawHedgehog(sx, sy,
+ sign:= CurAmmoGear^.Tag;
+ DrawSpriteRotated(sprBlowTorch, ox + 8 * sign, oy - 2, sign, aangle);
+ DrawHedgehog(ox + 1, oy - 3,
sign,
3,
HH^.visStepPos div 2,
@@ -673,8 +674,8 @@
begin
DrawTextureF(curhat,
1,
- sx,
- sy - 5,
+ ox + 1,
+ oy - 8,
0,
sign,
32,
@@ -688,8 +689,8 @@
Tint(HH^.Team^.Clan^.Color shl 8 or $FF);
DrawTextureF(curhat,
1,
- sx,
- sy - 5,
+ ox + 1,
+ oy - 8,
tx,
sign,
32,
@@ -697,7 +698,8 @@
untint
end
end;
- defaultPos:= false
+ defaultPos:= false;
+ sign:= hwSign(Gear^.dX);
end;
gtFirePunch:
begin