equal
deleted
inserted
replaced
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 ); |