aaand make sure the commented out line matches
authornemo
Sun, 13 Sep 2015 16:38:53 -0400
changeset 11173 fe2f269dc80f
parent 11172 78f9fd42fa46
child 11174 5cadfe82eaf6
aaand make sure the commented out line matches
hedgewars/uScript.pas
--- a/hedgewars/uScript.pas	Sun Sep 13 16:36:39 2015 -0400
+++ b/hedgewars/uScript.pas	Sun Sep 13 16:38:53 2015 -0400
@@ -940,7 +940,7 @@
 var gear : PGear;
 begin
 // Currently allows 1-13 params
-//    if CheckLuaParamCount(L, 13, 'SetGearValues', 'gearUid, Damage, Angle, Power, WDTimer, Radius, Density, Karma, DirAngle, AdvBounce, ImpactSound, # ImpactSounds, Tint') then
+//    if CheckLuaParamCount(L, 13, 'SetGearValues', 'gearUid, Angle, Power, WDTimer, Radius, Density, Karma, DirAngle, AdvBounce, ImpactSound, # ImpactSounds, Tint, Damage') then
 //        begin
         gear:= GearByUID(lua_tointeger(L, 1));
         if gear <> nil then