diff -r 51200479f9d8 -r 050163c35c83 hedgewars/PascalExports.pas --- a/hedgewars/PascalExports.pas Sat Nov 06 18:21:30 2010 +0100 +++ b/hedgewars/PascalExports.pas Sat Nov 06 19:40:49 2010 +0100 @@ -194,7 +194,8 @@ function HW_isAmmoMenuNotAllowed: boolean; cdecl; export; begin; - exit ( (TurnTimeLeft = 0) or (not CurrentTeam^.ExtDriven and (((CurAmmoGear = nil) or ((Ammoz[CurAmmoGear^.AmmoType].Ammo.Propz and ammoprop_AltAttack) = 0)) and hideAmmoMenu)) ); + exit ( (TurnTimeLeft = 0) or (not CurrentTeam^.ExtDriven and (((CurAmmoGear = nil) or + ((Ammoz[CurAmmoGear^.AmmoType].Ammo.Propz and ammoprop_AltAttack) = 0)) and hideAmmoMenu)) ); end; function HW_isPaused: boolean; cdecl; export;