author | koda |
Wed, 02 May 2012 14:41:21 +0100 | |
changeset 6998 | f2524a80eea2 |
parent 6997 | 2356bf174df8 |
child 6999 | 486db9d26e4b |
--- 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;