- made 3D floor constants available even when 3D floor code is defined out.

SVN r1365 (trunk)
This commit is contained in:
Christoph Oelckers 2009-01-24 09:07:14 +00:00
parent b5a5204911
commit ca80217b39

View file

@ -4,8 +4,6 @@
//#define _3DFLOORS
#ifdef _3DFLOORS
// 3D floor flags. Most are the same as in Legacy but I added some for EDGE's and Vavoom's features as well.
typedef enum
{
@ -40,6 +38,10 @@ typedef enum
} ffloortype_e;
#ifdef _3DFLOORS
struct secplane_t;
struct F3DFloor