mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
Fixed missing constants.
This commit is contained in:
parent
c150116f79
commit
35c30ab62f
1 changed files with 6 additions and 0 deletions
|
@ -38,6 +38,9 @@ const int CBAF_NORANDOM = 2;
|
|||
const int CBAF_EXPLICITANGLE = 4;
|
||||
const int CBAF_NOPITCH = 8;
|
||||
const int CBAF_NORANDOMPUFFZ = 16;
|
||||
const int CBAF_PUFFTARGET = 32;
|
||||
const int CBAF_PUFFMASTER = 64;
|
||||
const int CBAF_PUFFTRACER = 128;
|
||||
|
||||
// Flags for A_GunFlash
|
||||
const int GFF_NOEXTCHANGE = 1;
|
||||
|
@ -210,6 +213,9 @@ const int CPF_STEALARMOR = 32;
|
|||
const int FPF_AIMATANGLE = 1;
|
||||
const int FPF_TRANSFERTRANSLATION = 2;
|
||||
const int FPF_NOAUTOAIM = 4;
|
||||
const int FBF_PUFFTARGET = 64;
|
||||
const int FBF_PUFFMASTER = 128;
|
||||
const int FBF_PUFFTRACER = 256;
|
||||
|
||||
// Flags for A_Teleport
|
||||
enum
|
||||
|
|
Loading…
Reference in a new issue