Searched refs:MSG_ReadChar (Results 1 - 7 of 7) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Dcl_parse.cpp519 cl.viewheight = MSG_ReadChar ();
524 cl.idealpitch = MSG_ReadChar ();
532 cl.punchangle[i] = MSG_ReadChar();
536 cl.mvelocity[0][i] = MSG_ReadChar()*16;
H A Dcommon.h117 int MSG_ReadChar (void);
H A Dcommon.cpp607 int MSG_ReadChar (void) function
705 c = MSG_ReadChar ();
724 return MSG_ReadChar() * (360.0/256);
H A Dsv_user.cpp513 cmd = MSG_ReadChar ();
H A Dr_part.cpp259 dir[i] = MSG_ReadChar () * (1.0/16);
/external/quake/quake/src/QW/client/
H A Dcommon.h120 int MSG_ReadChar (void);
H A Dcommon.c667 int MSG_ReadChar (void) function
765 c = MSG_ReadChar ();
785 c = MSG_ReadChar ();
804 return MSG_ReadChar() * (360.0/256);

Completed in 53 milliseconds