Major particle interface cleanup, several bugfixes, and minor performance improvements. Oh, check out "/help easter_eggs" (gl-only, at the moment).

This commit is contained in:
Ragnvald Maartmann-Moe IV 2001-12-11 22:37:30 +00:00
parent 8a47406dcd
commit f66b7a93e5
19 changed files with 631 additions and 415 deletions

View file

@ -59,6 +59,7 @@ const char *MSG_ReadString (msg_t *msg);
const char *MSG_ReadStringLine (msg_t *msg);
float MSG_ReadCoord (msg_t *msg);
void MSG_ReadCoord3 (msg_t *msg, vec3_t coord);
float MSG_ReadAngle (msg_t *msg);
float MSG_ReadAngle16 (msg_t *msg);