]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - world.c
change a few WIN64 checks to _WIN64 (which actually works), and remove
[xonotic/darkplaces.git] / world.c
diff --git a/world.c b/world.c
index 3977a5db107e4c4cc7977868ae196531a98885bb..935abfbfb163d7ba15c51f8b0e9de7608928b006 100644 (file)
--- a/world.c
+++ b/world.c
@@ -1449,9 +1449,7 @@ static void World_Physics_Init(void)
 #ifdef ODE_DYNAMIC
        const char* dllnames [] =
        {
-# if defined(WIN64)
-               "libode1_64.dll",
-# elif defined(WIN32)
+# if defined(WIN32)
                "libode1.dll",
 # elif defined(MACOSX)
                "libode.1.dylib",