mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 14:51:46 +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
|
||||
|
||||
#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
|
||||
|
|
Loading…
Reference in a new issue