hedgewars/CCHandlers.inc
changeset 2379 d62b1f224982
parent 2373 e3989519731b
child 2396 e13a1117152b
equal deleted inserted replaced
2378:66fcb4d62a53 2379:d62b1f224982
   688 procedure chZoomOut(var s: shortstring);
   688 procedure chZoomOut(var s: shortstring);
   689 begin
   689 begin
   690 if ZoomValue > 1.0 then ZoomValue:= ZoomValue - 0.25;
   690 if ZoomValue > 1.0 then ZoomValue:= ZoomValue - 0.25;
   691 end;
   691 end;
   692 
   692 
       
   693 procedure chZoomReset(var s: shortstring);
       
   694 begin
       
   695 ZoomValue:= 2.0
       
   696 end;
       
   697 
   693 procedure chChat(var s: shortstring);
   698 procedure chChat(var s: shortstring);
   694 begin
   699 begin
   695 GameState:= gsChat;
   700 GameState:= gsChat;
   696 KeyPressChat(27)
   701 KeyPressChat(27)
   697 end;
   702 end;