diff -r fc73b6e941f7 -r 4f42009237df hedgewars/HHHandlers.inc --- a/hedgewars/HHHandlers.inc Sun Aug 14 17:42:26 2011 -0400 +++ b/hedgewars/HHHandlers.inc Sun Aug 14 17:49:12 2011 -0400 @@ -586,13 +586,8 @@ if vga <> nil then with vga^ do begin - dx:= 0.001 * random(45); - dy:= 0.001 * (random(20) + 25); Tint:= $00FF00FF; - State:= ord(sprHealth); - if random(2) = 0 then dx := -dx; - Frame:= 0; - FrameTicks:= random(750) + 1250; + State:= ord(sprHealth) end; inc(i, 5); end;