]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commitdiff
0x3FFFFFFF
authorMattia Basaglia <mattia.basaglia@gmail.com>
Mon, 2 Mar 2015 20:45:45 +0000 (21:45 +0100)
committerMattia Basaglia <mattia.basaglia@gmail.com>
Mon, 2 Mar 2015 20:45:45 +0000 (21:45 +0100)
sv_user.c

index 0cce2eb9d84129266dd4b48e5ffbafd4f787ee2f..71b9fbff5d2c1d3aff2b474969841ed609221dc3 100644 (file)
--- a/sv_user.c
+++ b/sv_user.c
@@ -459,7 +459,7 @@ static void SV_ReadClientMove (void)
 
        // read ping time
        if (sv.protocol != PROTOCOL_QUAKE && sv.protocol != PROTOCOL_QUAKEDP && sv.protocol != PROTOCOL_NEHAHRAMOVIE && sv.protocol != PROTOCOL_NEHAHRABJP && sv.protocol != PROTOCOL_NEHAHRABJP2 && sv.protocol != PROTOCOL_NEHAHRABJP3 && sv.protocol != PROTOCOL_DARKPLACES1 && sv.protocol != PROTOCOL_DARKPLACES2 && sv.protocol != PROTOCOL_DARKPLACES3 && sv.protocol != PROTOCOL_DARKPLACES4 && sv.protocol != PROTOCOL_DARKPLACES5 && sv.protocol != PROTOCOL_DARKPLACES6)
-               move->sequence = MSG_ReadLong(&sv_message);
+               move->sequence = MSG_ReadLong(&sv_message) & 0x3FFFFFFF;
        move->time = move->clienttime = MSG_ReadFloat(&sv_message);
        if (sv_message.badread) Con_Printf("SV_ReadClientMessage: badread at %s:%i\n", __FILE__, __LINE__);
        move->receivetime = (float)sv.time;