From: divverent Date: Sat, 14 Nov 2009 23:08:37 +0000 (+0000) Subject: ODE: add two missing symbols X-Git-Tag: xonotic-v0.1.0preview~1147 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=8ba0f1f43cf4b00363f8eba632fc112cbf3a10d1;p=xonotic%2Fdarkplaces.git ODE: add two missing symbols git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9496 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/world.c b/world.c index 8c49d713..9fd89d76 100644 --- a/world.c +++ b/world.c @@ -526,7 +526,7 @@ typedef void dNearCallback (void *data, dGeomID o1, dGeomID o2); #define dSAP_AXES_ZYX ((2)|(1<<2)|(0<<4)) //const char* (ODE_API *dGetConfiguration)(void); -//int (ODE_API *dCheckConfiguration)( const char* token ); +int (ODE_API *dCheckConfiguration)( const char* token ); int (ODE_API *dInitODE)(void); //int (ODE_API *dInitODE2)(unsigned int uiInitFlags); //int (ODE_API *dAllocateODEDataForThread)(unsigned int uiAllocateFlags); @@ -992,7 +992,7 @@ dGeomID (ODE_API *dCreateTriMesh)(dSpaceID space, dTriMeshDataID Data, d static dllfunction_t odefuncs[] = { // {"dGetConfiguration", (void **) &dGetConfiguration}, -// {"dCheckConfiguration", (void **) &dCheckConfiguration}, + {"dCheckConfiguration", (void **) &dCheckConfiguration}, {"dInitODE", (void **) &dInitODE}, // {"dInitODE2", (void **) &dInitODE2}, // {"dAllocateODEDataForThread", (void **) &dAllocateODEDataForThread},