hedgewars/uGears.pas
changeset 9779 b67979a7cc52
parent 9777 984b0f2cdf67
child 9818 ff07ac765f45
equal deleted inserted replaced
9778:6166aa84a396 9779:b67979a7cc52
   884                 Gear^.Hedgehog:= hh;
   884                 Gear^.Hedgehog:= hh;
   885                 Gear^.Text:= text;
   885                 Gear^.Text:= text;
   886                 Gear^.FrameTicks:= x
   886                 Gear^.FrameTicks:= x
   887                 end;
   887                 end;
   888             //ParseCommand('/say [' + hh^.Name + '] '+text, true)
   888             //ParseCommand('/say [' + hh^.Name + '] '+text, true)
   889             //AddChatString(#1+'[' + HH^.Name + '] '+text);
   889             AddChatString(#1+'[' + HH^.Name + '] '+text);
   890             end
   890             end
   891         end
   891         end
   892     else if (x >= 4) then
   892     else if (x >= 4) then
   893         begin
   893         begin
   894         SpeechType:= x-3;
   894         SpeechType:= x-3;