From ca80217b39f779583baa858d47463db49488d18e Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 24 Jan 2009 09:07:14 +0000 Subject: [PATCH] - made 3D floor constants available even when 3D floor code is defined out. SVN r1365 (trunk) --- src/p_3dfloors.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/p_3dfloors.h b/src/p_3dfloors.h index df83808ed..f5631d8cc 100644 --- a/src/p_3dfloors.h +++ b/src/p_3dfloors.h @@ -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