mirror of
https://github.com/ZDoom/acc.git
synced 2024-11-29 07:01:55 +00:00
Added SECPART_3D definition
This commit is contained in:
parent
3a7e44960c
commit
a1a2daf2ac
1 changed files with 2 additions and 1 deletions
|
@ -1124,4 +1124,5 @@
|
||||||
#define CPXF_CHECKSIGHT (1 << 12)
|
#define CPXF_CHECKSIGHT (1 << 12)
|
||||||
|
|
||||||
#define SECPART_Floor 0
|
#define SECPART_Floor 0
|
||||||
#define SECPART_Ceiling 1
|
#define SECPART_Ceiling 1
|
||||||
|
#define SECPART_3D 2
|
||||||
|
|
Loading…
Reference in a new issue