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

world.c

diff --git a/world.c b/world.c
index 0df8faccc3f8a41f7503b0053f3f4ccd06d3bce9..8f89295aed1ceca72ba7556def430e52ef6e0391 100644 (file)
--- 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},