]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sv_user.c
fix very stupid typo in input merging when cl_movement is 0
[xonotic/darkplaces.git] / sv_user.c
index de1412c62e45f5094396ed37d048f3ebd3582343..3611cb596d0e1c985572860bc87a0c12b0074d51 100644 (file)
--- a/sv_user.c
+++ b/sv_user.c
@@ -533,7 +533,7 @@ qboolean SV_ReadClientMove (void)
        {
                if (!move->impulse)
                        move->impulse = host_client->cmd.impulse;
-               move->buttons |= host_client->cmd.impulse;
+               move->buttons |= host_client->cmd.buttons;
        }
 
        moveframetime = bound(0, move->time - host_client->cmd.time, 0.1);