mirror of
https://github.com/UberGames/rpgxEF.git
synced 2024-11-10 07:11:34 +00:00
Added missing SVF_CLIENTMASK in g_public.h
This commit is contained in:
parent
5592294ec2
commit
b3050ce324
1 changed files with 4 additions and 1 deletions
|
@ -23,7 +23,10 @@
|
||||||
// lagging clients
|
// lagging clients
|
||||||
#define SVF_CAPSULE 0x00000400 // use capsule for collision detection instead of bbox
|
#define SVF_CAPSULE 0x00000400 // use capsule for collision detection instead of bbox
|
||||||
#define SVF_NOTSINGLECLIENT 0x00000800 // send entity to everyone but one client
|
#define SVF_NOTSINGLECLIENT 0x00000800 // send entity to everyone but one client
|
||||||
// (entityShared_t->singleClient)
|
|
||||||
|
#define SVF_CLIENTMASK 0x00001000
|
||||||
|
|
||||||
|
// (entityShared_t->singleClient)
|
||||||
|
|
||||||
//===============================================================
|
//===============================================================
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue