From: divverent Date: Fri, 23 Oct 2009 13:03:02 +0000 (+0000) Subject: add two missing functions X-Git-Tag: xonotic-v0.1.0preview~1249 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=edf66de2a01e845e61d69018c74b030c4f91af0c;p=xonotic%2Fdarkplaces.git add two missing functions git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9389 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/world.c b/world.c index 0df8facc..8f89295a 100644 --- a/world.c +++ b/world.c @@ -1326,8 +1326,8 @@ static dllfunction_t odefuncs[] = // {"dSpaceGetGeom", (void **) &dSpaceGetGeom}, // {"dSpaceGetClass", (void **) &dSpaceGetClass}, {"dGeomDestroy", (void **) &dGeomDestroy}, -// {"dGeomSetData", (void **) &dGeomSetData}, -// {"dGeomGetData", (void **) &dGeomGetData}, + {"dGeomSetData", (void **) &dGeomSetData}, + {"dGeomGetData", (void **) &dGeomGetData}, {"dGeomSetBody", (void **) &dGeomSetBody}, {"dGeomGetBody", (void **) &dGeomGetBody}, {"dGeomSetPosition", (void **) &dGeomSetPosition},