From c10448ae0c248ffb87ba17f4f5b827e26732637a Mon Sep 17 00:00:00 2001 From: skyjake Date: Fri, 27 Jun 2003 20:12:47 +0000 Subject: [PATCH] Added maxed mobj Z coords --- doomsday/Include/sv_pool.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doomsday/Include/sv_pool.h b/doomsday/Include/sv_pool.h index 72554b8692..6fc5f7a174 100644 --- a/doomsday/Include/sv_pool.h +++ b/doomsday/Include/sv_pool.h @@ -53,6 +53,8 @@ typedef enum // Extra flags for the Extra Flags byte. #define MDFE_FAST_MOM 0x01 // Momentum has 10.6 bits (+/- 512) #define MDFE_TRANSLUCENCY 0x02 +#define MDFE_Z_FLOOR 0x04 // Mobj z is on the floor. +#define MDFE_Z_CEILING 0x08 // Mobj z+hgt is in the ceiling. // The flags that are not included when a mobj is the viewpoint. #define MDF_CAMERA_EXCLUDE 0x0e00