]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - server.h
Cumulative patch:
[xonotic/darkplaces.git] / server.h
index 5d399607ca1ea7717ded40dce8dbd944f0e160a3..18352eef0a85b541ff67cb09344498c29282a165 100644 (file)
--- a/server.h
+++ b/server.h
@@ -334,6 +334,7 @@ typedef struct client_s
 // LordHavoc: corpse code
 #define        SOLID_CORPSE                    5               ///< same as SOLID_BBOX, except it behaves as SOLID_NOT against SOLID_SLIDEBOX objects (players/monsters)
 // LordHavoc: physics
+// VorteX: now these fields are deprecated, as geomtype is more flexible
 #define        SOLID_PHYSICS_BOX               32              ///< physics object (mins, maxs, mass, origin, axis_forward, axis_left, axis_up, velocity, spinvelocity)
 #define        SOLID_PHYSICS_SPHERE    33              ///< physics object (mins, maxs, mass, origin, axis_forward, axis_left, axis_up, velocity, spinvelocity)
 #define        SOLID_PHYSICS_CAPSULE   34              ///< physics object (mins, maxs, mass, origin, axis_forward, axis_left, axis_up, velocity, spinvelocity)