diff --git a/src/g_skill.cpp b/src/g_skill.cpp index 1bf80bb42..dd772a745 100644 --- a/src/g_skill.cpp +++ b/src/g_skill.cpp @@ -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;