]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - world.h
NUM_FOR_EDICT now casts to int so that it never returns a 64bit integer on 64bit...
[xonotic/darkplaces.git] / world.h
diff --git a/world.h b/world.h
index 1e8486c7d51e326b3b1f2a0d4f4602657fac6d7d..59a01e8a8eac90d41d2859a55960be3dca0473b2 100644 (file)
--- a/world.h
+++ b/world.h
@@ -28,6 +28,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #define MOVE_NOMONSTERS 1
 #define MOVE_MISSILE    2
 #define MOVE_WORLDONLY  3
+#define MOVE_HITMODEL   4
 
 
 // called after the world model has been loaded, before linking any entities