MSG_(Read|Write)(Coord|Angle|CoordAngle)V. Cleanups, and preparation for use of vector ops in msg.c.

This commit is contained in:
Ragnvald Maartmann-Moe IV 2001-12-12 21:56:09 +00:00
parent 195dd1032e
commit 2db08923e8
20 changed files with 247 additions and 396 deletions

View file

@ -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);