mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 00:10:40 +00:00
MSG_(Read|Write)(Coord|Angle|CoordAngle)V. Cleanups, and preparation for use of vector ops in msg.c.
This commit is contained in:
parent
195dd1032e
commit
2db08923e8
20 changed files with 247 additions and 396 deletions
|
@ -610,7 +610,7 @@ CL_ParsePlayerinfo (void)
|
|||
flags = state->flags = MSG_ReadShort (net_message);
|
||||
|
||||
state->messagenum = cl.parsecount;
|
||||
MSG_ReadCoord3 (net_message, state->origin);
|
||||
MSG_ReadCoordV (net_message, state->origin);
|
||||
|
||||
state->frame = MSG_ReadByte (net_message);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue