mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-01-18 22:51: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;
|
DoubleAmmoFactor = other.DoubleAmmoFactor;
|
||||||
DropAmmoFactor = other.DropAmmoFactor;
|
DropAmmoFactor = other.DropAmmoFactor;
|
||||||
DamageFactor = other.DamageFactor;
|
DamageFactor = other.DamageFactor;
|
||||||
|
KickbackFactor = other.KickbackFactor;
|
||||||
FastMonsters = other.FastMonsters;
|
FastMonsters = other.FastMonsters;
|
||||||
SlowMonsters = other.SlowMonsters;
|
SlowMonsters = other.SlowMonsters;
|
||||||
DisableCheats = other.DisableCheats;
|
DisableCheats = other.DisableCheats;
|
||||||
|
|
Loading…
Reference in a new issue