# HG changeset patch # User koda # Date 1335966081 -3600 # Node ID f2524a80eea2aab350a574611cdaef127dca72c9 # Parent 2356bf174df88d91cc12915e5f1202e070883afe wut? diff -r 2356bf174df8 -r f2524a80eea2 hedgewars/PascalExports.pas --- a/hedgewars/PascalExports.pas Wed May 02 14:35:54 2012 +0100 +++ b/hedgewars/PascalExports.pas Wed May 02 14:41:21 2012 +0100 @@ -146,7 +146,7 @@ function HW_isWeaponRope: boolean cdecl; export; begin - HW_isWeaponRope:= false + HW_isWeaponRope:= false; if (CurrentHedgehog <> nil) and (CurrentHedgehog^.Ammo <> nil) and (CurrentHedgehog^.BotLevel = 0) then HW_isWeaponRope:= (CurrentHedgehog^.CurAmmoType = amRope); end;