hedgewars/CCHandlers.inc
changeset 990 dfa6a6fe1542
parent 970 1bd9a4eafbc3
child 991 d17c71ee074e
equal deleted inserted replaced
989:49075d163d69 990:dfa6a6fe1542
   524 isSpeed:= false
   524 isSpeed:= false
   525 end;
   525 end;
   526 
   526 
   527 procedure chChat(var s: shortstring);
   527 procedure chChat(var s: shortstring);
   528 begin
   528 begin
   529 GameState:= gsChat
   529 GameState:= gsChat;
   530 end;
   530 KeyPressChat(27)
       
   531 end;