--- a/hedgewars/uGears.pas Tue Feb 05 18:25:46 2008 +0000
+++ b/hedgewars/uGears.pas Thu Feb 21 18:48:16 2008 +0000
@@ -577,7 +577,7 @@
while Gear<>nil do
begin
case Gear^.Kind of
- gtCloud: DrawSprite(sprCloud , hwRound(Gear^.X) + WorldDx, hwRound(Gear^.Y) + WorldDy, Gear^.State, Surface);
+ gtCloud: DrawSprite(sprCloud, hwRound(Gear^.X) + WorldDx, hwRound(Gear^.Y) + WorldDy, Gear^.State, Surface);
gtAmmo_Bomb: DrawRotated(sprBomb, hwRound(Gear^.X) + WorldDx, hwRound(Gear^.Y) + WorldDy, Gear^.DirAngle);
gtHedgehog: DrawHH(Gear, Surface);
gtAmmo_Grenade: DrawRotated(sprGrenade, hwRound(Gear^.X) + WorldDx, hwRound(Gear^.Y) + WorldDy, DxDy2Angle(Gear^.dY, Gear^.dX));