]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - world.c
set the isaabb/hasaabbplanes fields on box brushes
[xonotic/darkplaces.git] / world.c
diff --git a/world.c b/world.c
index bbbfb16077d5ba9869a39d8cd2d39dde41ad3a03..8c49d7132f2dbcb61a8f2cc21481b26f969edd78 100644 (file)
--- a/world.c
+++ b/world.c
@@ -1484,7 +1484,7 @@ static void World_Physics_Init(void)
        {
                dInitODE();
 //             dInitODE2(0);
-#ifdef ODE_DNYAMIC
+#ifdef ODE_DYNAMIC
 # ifdef dSINGLE
                if (!dCheckConfiguration("ODE_single_precision"))
 # else