mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-02-17 17:41:23 +00:00
- made 3D floor constants available even when 3D floor code is defined out.
SVN r1365 (trunk)
This commit is contained in:
parent
b5a5204911
commit
ca80217b39
1 changed files with 4 additions and 2 deletions
|
@ -4,8 +4,6 @@
|
||||||
|
|
||||||
//#define _3DFLOORS
|
//#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.
|
// 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
|
typedef enum
|
||||||
{
|
{
|
||||||
|
@ -40,6 +38,10 @@ typedef enum
|
||||||
} ffloortype_e;
|
} ffloortype_e;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#ifdef _3DFLOORS
|
||||||
|
|
||||||
|
|
||||||
struct secplane_t;
|
struct secplane_t;
|
||||||
|
|
||||||
struct F3DFloor
|
struct F3DFloor
|
||||||
|
|
Loading…
Reference in a new issue