Skip to content

Commit

Permalink
Added BFLOOR and BCEILING to bbox enums
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jun 10, 2003
1 parent d8e7f13 commit d054c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/Include/dd_def.h
Expand Up @@ -48,7 +48,7 @@
#define PI 3.141592657
#define SBARHEIGHT 39 // status bar height at bottom of screen

enum { BLEFT, BTOP, BRIGHT, BBOTTOM };
enum { BLEFT, BTOP, BRIGHT, BBOTTOM, BFLOOR, BCEILING };
enum { VX, VY, VZ }; // Vertex indices.
enum { CR, CG, CB, CA }; // Color indices.

Expand Down

0 comments on commit d054c03

Please sign in to comment.