]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sv_user.c
fix bug in the previous movement patch where moves were not applied to the QC fields...
[xonotic/darkplaces.git] / sv_user.c
index dd26537193a6e60643153131b29384152e32801f..eda1dbc3ab76c7e1198358315c357f085be42674 100644 (file)
--- a/sv_user.c
+++ b/sv_user.c
@@ -615,8 +615,10 @@ void SV_ExecuteClientMoves(void)
                                if (sv.frametime > 0.05)
                                {
                                        prog->globals.server->frametime = sv.frametime = moveframetime * 0.5f;
+                                       SV_ClientThink();
                                        SV_Physics_ClientMove();
                                }
+                               SV_ClientThink();
                                SV_Physics_ClientMove();
                                sv.frametime = oldframetime2;
                                prog->globals.server->frametime = oldframetime;