summaryrefslogtreecommitdiff
path: root/source/mvd_client.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/mvd_client.c')
-rw-r--r--source/mvd_client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/mvd_client.c b/source/mvd_client.c
index 70189a8..c183147 100644
--- a/source/mvd_client.c
+++ b/source/mvd_client.c
@@ -1618,7 +1618,7 @@ static void MVD_EmitGamestate( mvd_t *mvd ) {
// send base entity states
for( i = 1, ent = mvd->edicts + 1; i < mvd->pool.num_edicts; i++, ent++ ) {
- flags = 0;
+ flags = MSG_ES_UMASK;
if( ent->inuse ) {
if( i <= mvd->maxclients ) {
player = &mvd->players[ i - 1 ];