diff options
author | /dev/humancontroller <devhc@example.com> | 2014-07-14 01:40:39 +0200 |
---|---|---|
committer | /dev/humancontroller <devhc@example.com> | 2017-03-09 13:51:15 +0100 |
commit | dcd8dd90d85e8529077c852f812d74b9fd52c6ad (patch) | |
tree | f61589fcb1bdbd88d0a14e97e379eed02480c587 /src/game/g_public.h | |
parent | d745121f8d73e0c9f65cd6b2b5806f9ba54de93d (diff) |
remove all occurrences of the useless SVF_USE_CURRENT_ORIGIN
Diffstat (limited to 'src/game/g_public.h')
-rw-r--r-- | src/game/g_public.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/game/g_public.h b/src/game/g_public.h index 683502ef..2e280a2d 100644 --- a/src/game/g_public.h +++ b/src/game/g_public.h @@ -37,8 +37,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #define SVF_BROADCAST 0x00000020 // send to all connected clients #define SVF_PORTAL 0x00000040 // merge a second pvs at origin2 into snapshots -#define SVF_USE_CURRENT_ORIGIN 0x00000080 // entity->r.currentOrigin instead of entity->s.origin - // for link position (missiles and movers) + #define SVF_SINGLECLIENT 0x00000100 // only send to a single client (entityShared_t->singleClient) #define SVF_NOSERVERINFO 0x00000200 // don't send CS_SERVERINFO updates to this client // so that it can be updated for ping tools without |