Skip to content

Commit

Permalink
Added maxed mobj Z coords
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jun 27, 2003
1 parent 4a8938b commit c10448a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doomsday/Include/sv_pool.h
Expand Up @@ -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
Expand Down

0 comments on commit c10448a

Please sign in to comment.