summaryrefslogtreecommitdiff
path: root/source/mvd_parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/mvd_parse.c')
-rw-r--r--source/mvd_parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/mvd_parse.c b/source/mvd_parse.c
index 1ac3339..f2d74cb 100644
--- a/source/mvd_parse.c
+++ b/source/mvd_parse.c
@@ -780,7 +780,7 @@ static void MVD_ParsePacketEntities( mvd_t *mvd ) {
}
#endif
- MSG_ParseDeltaEntity( &ent->s, &ent->s, number, bits );
+ MSG_ParseDeltaEntity( &ent->s, &ent->s, number, bits, 0 );
// lazily relink even if removed
if( bits & RELINK_MASK ) {