mirror of https://github.com/PrimeDecomp/prime.git
parent
c46d0d0ae7
commit
7e6cdd6129
|
@ -35,6 +35,7 @@ public:
|
||||||
, x14_knockback(knockback)
|
, x14_knockback(knockback)
|
||||||
, x18_24_noImmunity(noImmunity) {}
|
, x18_24_noImmunity(noImmunity) {}
|
||||||
|
|
||||||
|
// HACK: This constructor exists to fix CWeapon::Think writing xc_radiusDamage as a double
|
||||||
CDamageInfo(const CWeaponMode& mode, float damage, float radiusDamage, float radius, float knockback,
|
CDamageInfo(const CWeaponMode& mode, float damage, float radiusDamage, float radius, float knockback,
|
||||||
bool noImmunity = false)
|
bool noImmunity = false)
|
||||||
: x0_weaponMode(mode)
|
: x0_weaponMode(mode)
|
||||||
|
|
Loading…
Reference in New Issue