mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-07-04 09:55:54 +00:00
Add hack comment
This commit is contained in:
parent
529ad0fb25
commit
8c3cdb7ce6
@ -35,6 +35,7 @@ public:
|
||||
, x14_knockback(knockback)
|
||||
, 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,
|
||||
bool noImmunity = false)
|
||||
: x0_weaponMode(mode)
|
||||
|
Loading…
x
Reference in New Issue
Block a user