mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-04-05 01:11:25 +00:00
Made MTF_NOINFIGHTING work.
This commit is contained in:
parent
7bdffa2592
commit
286371791a
1 changed files with 4 additions and 0 deletions
|
@ -5370,6 +5370,10 @@ void AActor::HandleSpawnFlags ()
|
|||
{
|
||||
flags4 |= MF4_STANDSTILL;
|
||||
}
|
||||
if (SpawnFlags & MTF_NOINFIGHTING)
|
||||
{
|
||||
flags5 |= MF5_NOINFIGHTING;
|
||||
}
|
||||
if (SpawnFlags & MTF_FRIENDLY)
|
||||
{
|
||||
flags |= MF_FRIENDLY;
|
||||
|
|
Loading…
Reference in a new issue