]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
add missing dInfinity
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 23 Oct 2009 13:06:05 +0000 (13:06 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 23 Oct 2009 13:06:05 +0000 (13:06 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9390 d7cf8633-e32d-0410-b094-e92efae38249

world.c

diff --git a/world.c b/world.c
index 8f89295aed1ceca72ba7556def430e52ef6e0391..a4f9001277878dfdb33fbd50955cc538f358ab40 100644 (file)
--- a/world.c
+++ b/world.c
@@ -371,6 +371,8 @@ struct dxJointNode;
 struct dxJointGroup;
 struct dxTriMeshData;
 
+#define dInfinity FLT_MAX
+
 typedef struct dxWorld *dWorldID;
 typedef struct dxSpace *dSpaceID;
 typedef struct dxBody *dBodyID;