hedgewars/uGearsHandlersMess.pas
changeset 9811 66a7959869f0
parent 9809 1e32628eb167
child 9817 2f2f4f0f671d
--- a/hedgewars/uGearsHandlersMess.pas	Sat Dec 21 02:18:40 2013 +0200
+++ b/hedgewars/uGearsHandlersMess.pas	Fri Dec 20 22:25:06 2013 -0500
@@ -2498,8 +2498,8 @@
     rx:= hwRound(x);
 
     LandFlags:= 0;
-    if cIce then LandFlags:= lfIce
-    else if Gear^.AmmoType = amRubber then LandFlags:= lfBouncy;
+    if Gear^.AmmoType = amRubber then LandFlags:= lfBouncy
+    else if cIce then LandFlags:= lfIce;
 
     if ((Distance(tx - x, ty - y) > _256) and ((WorldEdge <> weWrap) or 
             (