changeset 6998 | f2524a80eea2 |
parent 6997 | 2356bf174df8 |
child 7027 | f264ad9d8965 |
--- 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;