--- a/hedgewars/uWorld.pas Sat Mar 27 14:55:59 2010 +0000
+++ b/hedgewars/uWorld.pas Sat Mar 27 14:57:41 2010 +0000
@@ -530,9 +530,9 @@
begin
with PHedgehog(CurrentHedgehog)^ do
begin
-// if (Ammo^[CurSlot, CurAmmo].AmmoType = amBee) then
-// DrawRotatedF(sprTargetBee, TargetPoint.X + WorldDx, TargetPoint.Y + WorldDy, 0, 0, (RealTicks shr 3) mod 360)
-// else
+ if (Ammo^[CurSlot, CurAmmo].AmmoType = amBee) then
+ DrawRotatedF(sprTargetBee, TargetPoint.X + WorldDx, TargetPoint.Y + WorldDy, 0, 0, (RealTicks shr 3) mod 360)
+ else
DrawRotatedF(sprTargetP, TargetPoint.X + WorldDx, TargetPoint.Y + WorldDy, 0, 0, (RealTicks shr 3) mod 360);
end;
end;