]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sv_user.c
make sure r_glsl_permutation and r_cg_permutation variables are NULL
[xonotic/darkplaces.git] / sv_user.c
index eec2987043ffb7c9ff1f95bd3d6410b3c6c5d0a9..3f68714b15eab2cecf6277a7b437b8af3c79d4ff 100644 (file)
--- a/sv_user.c
+++ b/sv_user.c
@@ -628,8 +628,9 @@ void SV_ExecuteClientMoves(void)
                                        // count the move as LOST if we don't
                                        // execute it but it has higher
                                        // sequence count
-                                       if(move->sequence > host_client->movesequence)
-                                               host_client->movement_count[(move->sequence) % NETGRAPH_PACKETS] = -1;
+                                       if(host_client->movesequence)
+                                               if(move->sequence > host_client->movesequence)
+                                                       host_client->movement_count[(move->sequence) % NETGRAPH_PACKETS] = -1;
                                        continue;
                                }