From edf66de2a01e845e61d69018c74b030c4f91af0c Mon Sep 17 00:00:00 2001 From: divverent Date: Fri, 23 Oct 2009 13:03:02 +0000 Subject: [PATCH] add two missing functions git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9389 d7cf8633-e32d-0410-b094-e92efae38249 --- world.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}, -- 2.39.2