diff options
author | Andrey Nazarov <skuller@skuller.net> | 2008-01-04 22:45:32 +0000 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2008-01-04 22:45:32 +0000 |
commit | cfed1adf2730a07f31ccb7644f274ead21c31879 (patch) | |
tree | a24638d36c785264178203801f6945fec2ef5a9c /source/sv_local.h | |
parent | 0f73c3d00f54ed960cf01d0cfe30734cda26586c (diff) |
Updated revision to 177.
Updated minor MVD protocol version to 2010.
Do not wrap bprintf messages into mvd_multicast, use mvd_print instead.
Locked `sv_mvd_wait' variable until things are sorted out.
Diffstat (limited to 'source/sv_local.h')
-rw-r--r-- | source/sv_local.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/sv_local.h b/source/sv_local.h index bc50b1f..339405b 100644 --- a/source/sv_local.h +++ b/source/sv_local.h @@ -485,6 +485,7 @@ void SV_MvdEndFrame( void ); void SV_MvdUnicast( sizebuf_t *buf, int clientNum, mvd_ops_t op ); void SV_MvdMulticast( sizebuf_t *buf, int leafnum, mvd_ops_t op ); void SV_MvdConfigstring( int index, const char *string ); +void SV_MvdBroadcastPrint( int level, const char *string ); void SV_MvdRecStop( void ); qboolean SV_MvdPlayerIsActive( edict_t *ent ); void SV_MvdClientNew( tcpClient_t *client ); |