diff -r 12cc2bd84b0b -r f98ec3aecf4e hedgewars/uGearsHedgehog.pas --- a/hedgewars/uGearsHedgehog.pas Sat May 12 22:13:56 2012 +0400 +++ b/hedgewars/uGearsHedgehog.pas Sat May 12 22:44:39 2012 +0400 @@ -440,7 +440,7 @@ begin if not CurrentTeam^.ExtDriven and ((Ammoz[CurAmmoType].Ammo.Propz and ammoprop_Power) <> 0) then - SendIPC('a'); + SendIPC(_S'a'); AfterAttack; end end