]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - world.c
Revert "Tell clients to reconnect before loading the next map. Should fix lag/stutter"
[xonotic/darkplaces.git] / world.c
diff --git a/world.c b/world.c
index 76ef3a7a2770f22988a23cfc1f0e061d36247cc1..6c833975188f1ef470f8e8d587a1de79cb62f9fb 100644 (file)
--- a/world.c
+++ b/world.c
@@ -1522,7 +1522,7 @@ static void World_Physics_Init(void)
 
 #ifndef LINK_TO_LIBODE
        // Load the DLL
-       if (Sys_LoadLibrary (dllnames, &ode_dll, odefuncs))
+       if (Sys_LoadDependency (dllnames, &ode_dll, odefuncs))
 #endif
        {
                dInitODE();