summaryrefslogtreecommitdiff
path: root/source/q_msg.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/q_msg.c')
-rw-r--r--source/q_msg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/q_msg.c b/source/q_msg.c
index 15a59b7..c1ca775 100644
--- a/source/q_msg.c
+++ b/source/q_msg.c
@@ -617,7 +617,7 @@ void MSG_WriteDeltaEntity( const entity_state_t *from,
return; // nothing to send!
if( flags & MSG_ES_REMOVE ) {
- bits |= U_REMOVE;
+ bits |= U_REMOVE; // used for MVD stream only
}
//----------
@@ -1304,7 +1304,7 @@ void MSG_WriteDeltaPlayerstate_Packet( const player_state_t *from,
}
if( flags & MSG_PS_REMOVE ) {
- pflags |= PPS_REMOVE;
+ pflags |= PPS_REMOVE; // used for MVD stream only
}
//