From: havoc Date: Mon, 20 Jun 2011 05:29:39 +0000 (+0000) Subject: fix two typos in DP_PHYSICS_ODE explanation (thanks FrikaC for pointing X-Git-Tag: xonotic-v0.6.0~163^2~344 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=90c25c516ee8ba2b285e10f31896e4c0ceb29185;p=xonotic%2Fdarkplaces.git fix two typos in DP_PHYSICS_ODE explanation (thanks FrikaC for pointing these out) synchronize dpextensions.qc files (for anyone reading the dpmod one) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11206 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/dpdefs/dpextensions.qc b/dpdefs/dpextensions.qc index c40c5c9b..18226fbb 100644 --- a/dpdefs/dpextensions.qc +++ b/dpdefs/dpextensions.qc @@ -1622,7 +1622,7 @@ void(entity e, float physics_enabled) physics_enable = #540; // enable or disabl void(entity e, vector force, vector force_pos) physics_addforce = #541; // apply a force from certain origin, length of force vector is power of force void(entity e, vector torque) physics_addtorque = #542; // add relative torque //description: provides Open Dynamics Engine support, requires extenal dll to be present or engine compiled with statical link option -//be sure to checkextension for it to know if library i loaded and ready, also to enable physics set "physice_ode" cvar to 1 +//be sure to checkextension for it to know if library is loaded and ready, also to enable physics set "physics_ode" cvar to 1 //note: this extension is highly experimental and may be unstable //note: use SOLID_BSP on entities to get a trimesh collision models on them