mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-03-20 18:02:29 +00:00
- fixed: accidentally unconditional multiplayer spawns
This commit is contained in:
parent
e7e4365d3a
commit
b3e020c087
1 changed files with 1 additions and 0 deletions
|
@ -539,6 +539,7 @@ FSkillInfo &FSkillInfo::operator=(const FSkillInfo &other)
|
|||
RespawnLimit= other.RespawnLimit;
|
||||
Aggressiveness= other.Aggressiveness;
|
||||
SpawnFilter = other.SpawnFilter;
|
||||
SpawnMulti = other.SpawnMulti;
|
||||
ACSReturn = other.ACSReturn;
|
||||
MenuName = other.MenuName;
|
||||
PicName = other.PicName;
|
||||
|
|
Loading…
Reference in a new issue