branch | hedgeroid |
changeset 6023 | a28be05b20bc |
parent 5932 | 5164d17b6374 |
parent 5935 | c89d5065d956 |
child 6224 | 42b256eca362 |
--- a/hedgewars/uGearsRender.pas Sun Sep 25 18:22:12 2011 +0200 +++ b/hedgewars/uGearsRender.pas Sun Sep 25 18:24:01 2011 +0200 @@ -330,7 +330,7 @@ hx:= ox + 8 * sign; hy:= oy - 2; aangle:= Gear^.Angle * 180 / cMaxAngle - 90; - if CurAmmoGear <> nil then + if (CurAmmoGear <> nil) and (CurAmmoGear^.Kind <> gtTardis) then begin case CurAmmoGear^.Kind of gtShotgunShot: begin