Prerelease progs support

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1007 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2005-05-08 17:03:19 +00:00
parent a6110325de
commit b18f6e37d6
3 changed files with 140 additions and 13 deletions

View file

@ -810,6 +810,7 @@ typedef enum multicast_e
//shared with qc
#define MSG_PRERELONE -100
#define MSG_BROADCAST 0 // unreliable to all
#define MSG_ONE 1 // reliable to one (msg_entity)
#define MSG_ALL 2 // reliable to all