From d054c036950ae70c2c366eae8eac4ae946bbdc97 Mon Sep 17 00:00:00 2001 From: skyjake Date: Tue, 10 Jun 2003 09:18:11 +0000 Subject: [PATCH] Added BFLOOR and BCEILING to bbox enums --- doomsday/Include/dd_def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doomsday/Include/dd_def.h b/doomsday/Include/dd_def.h index 187328d517..52dc9862cc 100644 --- a/doomsday/Include/dd_def.h +++ b/doomsday/Include/dd_def.h @@ -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.