HomeSort by relevance Sort by last modified time
    Searched refs:MSG_WriteAngle16 (Results 1 - 3 of 3) sorted by null

  /external/quake/quake/src/QW/server/
sv_nchan.c 88 MSG_WriteAngle16(&cl->backbuf, f);
91 MSG_WriteAngle16(&cl->netchan.message, f);
  /external/quake/quake/src/QW/client/
common.h 112 void MSG_WriteAngle16 (sizebuf_t *sb, float f);
common.c 595 void MSG_WriteAngle16 (sizebuf_t *sb, float f)
628 MSG_WriteAngle16 (buf, cmd->angles[0]);
630 MSG_WriteAngle16 (buf, cmd->angles[1]);
632 MSG_WriteAngle16 (buf, cmd->angles[2]);
    [all...]

Completed in 18 milliseconds