- moved MF_INCHASE to flags7.
Due to how the MBF21 flag checkers work the first flag word may not repurpose any unused flags in it. We still need MF_SLIDE to be usable by them, despite being totally unused.
This commit is contained in:
parent
29f6dd23b9
commit
7ade3b829b
3 changed files with 16 additions and 19 deletions
|
|
@ -81,7 +81,7 @@ extern float BackbuttonAlpha;
|
|||
// internal flags. These do not get exposed to actor definitions but scripts need to be able to access them as variables.
|
||||
static FFlagDef InternalActorFlagDefs[]=
|
||||
{
|
||||
DEFINE_FLAG(MF, INCHASE, AActor, flags),
|
||||
DEFINE_FLAG(MF7, INCHASE, AActor, flags7),
|
||||
DEFINE_FLAG(MF, UNMORPHED, AActor, flags),
|
||||
DEFINE_FLAG(MF2, FLY, AActor, flags2),
|
||||
DEFINE_FLAG(MF2, ONMOBJ, AActor, flags2),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue