]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
fix two typos in DP_PHYSICS_ODE explanation (thanks FrikaC for pointing
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 20 Jun 2011 05:29:39 +0000 (05:29 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 20 Jun 2011 05:29:39 +0000 (05:29 +0000)
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

dpdefs/dpextensions.qc

index c40c5c9b1606ce25b2330da686035bec0a31e1bf..18226fbb208af2bb9cbbc0126183f9e89426535d 100644 (file)
@@ -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