hedgewars/uIO.pas
changeset 13501 bdac56fb6f1a
parent 12894 ff54aca22bb5
child 13757 f0cb47f0bfaf
equal deleted inserted replaced
13500:d9f9e66543d7 13501:bdac56fb6f1a
   513         if (Ammoz[CurAmmoType].Ammo.Propz and ammoprop_AttackingPut) <> 0 then
   513         if (Ammoz[CurAmmoType].Ammo.Propz and ammoprop_AttackingPut) <> 0 then
   514             Message:= Message or (gmAttack and InputMask);
   514             Message:= Message or (gmAttack and InputMask);
   515         end
   515         end
   516     else
   516     else
   517         if CurrentTeam^.ExtDriven then
   517         if CurrentTeam^.ExtDriven then
   518             OutError('got /put while not being in choose target mode', false)
   518             OutError('Got /put while not being in choose target mode', false)
   519 end;
   519 end;
   520 
   520 
   521 procedure initModule;
   521 procedure initModule;
   522 begin
   522 begin
   523     RegisterVariable('fatal', @chFatalError, true );
   523     RegisterVariable('fatal', @chFatalError, true );