hedgewars/uGearsHedgehog.pas
changeset 7067 f98ec3aecf4e
parent 7053 8c9dcaedc7a8
child 7069 bcf9d8e64e92
--- 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