Skip to content

Commit

Permalink
Commented obsolete #defines
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jul 29, 2003
1 parent e06e049 commit fdc9299
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doomsday/Include/dd_share.h
Original file line number Diff line number Diff line change
Expand Up @@ -501,12 +501,12 @@ typedef struct
} degenmobj_t;

// Dlights are hitting this seg. Affects rendering order/blending.
#define DDSEGF_DLIGHT 0x1
//#define DDSEGF_DLIGHT 0x1

// Dlights are hitting the floor/ceiling of this subsector.
#define DDSUBF_DLIGHT_FLOOR 0x1
#define DDSUBF_DLIGHT_CEILING 0x2
#define DDSUBF_CLEAR_MASK 0x3 // Flags that are cleared every frame.
//#define DDSUBF_DLIGHT_FLOOR 0x1
//#define DDSUBF_DLIGHT_CEILING 0x2
//#define DDSUBF_CLEAR_MASK 0x3 // Flags that are cleared every frame.
#define DDSUBF_MIDPOINT 0x80 // Midpoint is tri-fan centre.

typedef struct
Expand Down

0 comments on commit fdc9299

Please sign in to comment.