mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-24 21:11:39 +00:00
- missed a spot.
This commit is contained in:
parent
7267e608cf
commit
4d043f086e
1 changed files with 1 additions and 0 deletions
|
@ -511,6 +511,7 @@ FSkillInfo &FSkillInfo::operator=(const FSkillInfo &other)
|
|||
DoubleAmmoFactor = other.DoubleAmmoFactor;
|
||||
DropAmmoFactor = other.DropAmmoFactor;
|
||||
DamageFactor = other.DamageFactor;
|
||||
KickbackFactor = other.KickbackFactor;
|
||||
FastMonsters = other.FastMonsters;
|
||||
SlowMonsters = other.SlowMonsters;
|
||||
DisableCheats = other.DisableCheats;
|
||||
|
|
Loading…
Reference in a new issue