Some adjusting... it still doesn't solve problem fully
authorunc0rr
Wed, 13 Aug 2008 16:52:04 +0000
changeset 1207 ceaab010269e
parent 1206 d852883fcefe
child 1208 9f4704f3c6ea
Some adjusting... it still doesn't solve problem fully
hedgewars/GSHandlers.inc
hedgewars/uGears.pas
--- a/hedgewars/GSHandlers.inc	Wed Aug 13 16:26:44 2008 +0000
+++ b/hedgewars/GSHandlers.inc	Wed Aug 13 16:52:04 2008 +0000
@@ -646,7 +646,7 @@
            Gear^.Friction:= Gear^.Friction - len;
            break
            end;
-         len:= len - _1
+         len:= len - _0_2
          end;
    end else
    if RopePoints.Count > 0 then // check whether the last dividing point could be removed
--- a/hedgewars/uGears.pas	Wed Aug 13 16:26:44 2008 +0000
+++ b/hedgewars/uGears.pas	Wed Aug 13 16:52:04 2008 +0000
@@ -74,7 +74,7 @@
      uLand, uIO, uLandGraphics, uAIMisc, uLocale, uAI, uAmmos, uTriggers, GL,
      uStats, uVisualGears;
 
-const MAXROPEPOINTS = 300;
+const MAXROPEPOINTS = 384;
 var RopePoints: record
                 Count: Longword;
                 HookAngle: GLfloat;