hedgewars/uScript.pas
changeset 10286 1940e937fc08
parent 10285 03b615d3c6e1
child 10287 e17fe8572478
--- a/hedgewars/uScript.pas	Thu Jun 12 14:42:48 2014 +0200
+++ b/hedgewars/uScript.pas	Thu Jun 12 15:17:53 2014 +0200
@@ -2046,7 +2046,7 @@
                 placed:= TryPlaceOnLand(
                     lua_tointeger(L, 1) - SpritesData[spr].Width div 2,
                     lua_tointeger(L, 2) - SpritesData[spr].Height div 2,
-                    spr, lua_tointeger(L, 4), true, false, lf);
+                    spr, lua_tointeger(L, 4), true, lf);
             end;
         end;