Added missing SVF_CLIENTMASK in g_public.h

This commit is contained in:
Walter Julius Hennecke 2012-10-24 13:00:33 +02:00
parent 5592294ec2
commit b3050ce324
1 changed files with 4 additions and 1 deletions

View File

@ -23,7 +23,10 @@
// lagging clients
#define SVF_CAPSULE 0x00000400 // use capsule for collision detection instead of bbox
#define SVF_NOTSINGLECLIENT 0x00000800 // send entity to everyone but one client
// (entityShared_t->singleClient)
#define SVF_CLIENTMASK 0x00001000
// (entityShared_t->singleClient)
//===============================================================