Added SECPART_3D definition

This commit is contained in:
ZZYZX 2018-11-05 07:55:54 +02:00
parent 3a7e44960c
commit a1a2daf2ac

View file

@ -1124,4 +1124,5 @@
#define CPXF_CHECKSIGHT (1 << 12)
#define SECPART_Floor 0
#define SECPART_Ceiling 1
#define SECPART_Ceiling 1
#define SECPART_3D 2