Switch to smoke
authornemo
Sun, 28 Feb 2010 17:49:45 +0000
changeset 2887 a4526fcc26c7
parent 2886 c7087a565bd2
child 2888 69d04079fb46
Switch to smoke
hedgewars/GSHandlers.inc
--- a/hedgewars/GSHandlers.inc	Sun Feb 28 17:48:44 2010 +0000
+++ b/hedgewars/GSHandlers.inc	Sun Feb 28 17:49:45 2010 +0000
@@ -1210,7 +1210,7 @@
                end
             else
                begin
-			   AddVisualGear(hwRound(Gear^.X) - 4  + Random(8), hwRound(Gear^.Y) - 4 - Random(4), vgtSteam);
+			   AddVisualGear(hwRound(Gear^.X) - 4  + Random(8), hwRound(Gear^.Y) - 4 - Random(4), vgtSmoke);
 		       PlaySound(sndVaporize);
                Gear^.Health:= 0;
                end;