Home
last modified time | relevance | path

Searched refs:Key_EndChat (Results 1 – 9 of 9) sorted by relevance

/dports/games/uhexen2/hexen2source-1.5.9/engine/h2shared/
H A Dkeys.h177 void Key_EndChat (void);
/dports/games/vkquake/vkQuake-1.12.2/Quake/
H A Dkeys.h192 void Key_EndChat (void);
H A Dkeys.c492 void Key_EndChat (void) in Key_EndChat() function
512 Key_EndChat (); in Key_Message()
516 Key_EndChat (); in Key_Message()
H A Dcl_main.c139 Key_EndChat (); // don't get stuck in chat mode in CL_Disconnect()
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexen2/
H A Dkeys.c574 void Key_EndChat (void) in Key_EndChat() function
592 Key_EndChat (); in Key_Message()
598 Key_EndChat (); in Key_Message()
H A Dcl_main.c118 Key_EndChat (); in CL_Disconnect()
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexenworld/client/
H A Dkeys.c605 void Key_EndChat (void) in Key_EndChat() function
623 Key_EndChat (); in Key_Message()
629 Key_EndChat (); in Key_Message()
H A Dcl_main.c386 Key_EndChat (); in CL_Disconnect()
/dports/games/uhexen2/hexen2source-1.5.9/docs/
H A DCHANGES1385 * cl_main.c (CL_Disconnect): call Key_EndChat() to not get stuck in
1395 chat_team as in hexenworld. added Key_EndChat() as a new helper.