]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_parse.c
SV_FlyMove(): defer SV_Impact() call until after ground detection
[xonotic/darkplaces.git] / cl_parse.c
index 4a47a0043204b923e2c56f52fd62ce93426d1f96..2ca989333a161801a1d283fad4cefce6d1384923 100644 (file)
@@ -333,10 +333,7 @@ void CL_KeepaliveMessage (qbool readmessages)
                if(cls.state != ca_dedicated)
                {
                        if(countdownupdate <= 0) // check if time stepped backwards
-                       {
-                               SCR_UpdateLoadingScreenIfShown();
                                countdownupdate = 2;
-                       }
                }
        }