mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-09-13 14:42:01 +00:00
Remove unneeded casts.
This commit is contained in:
parent
936df395fb
commit
4e42c79119
@ -384,7 +384,7 @@ void CXS::Fire( Vector vecOrigSrc, Vector vecDir, float flDamage )
|
|||||||
// This reliable event is used to stop the spinning sound
|
// This reliable event is used to stop the spinning sound
|
||||||
// It's delayed by a fraction of second to make sure it is delayed by 1 frame on the client
|
// It's delayed by a fraction of second to make sure it is delayed by 1 frame on the client
|
||||||
// It's sent reliably anyway, which could lead to other delays
|
// It's sent reliably anyway, which could lead to other delays
|
||||||
PLAYBACK_EVENT_FULL( FEV_RELIABLE, m_pPlayer->edict(), m_usXSSpin, 0.01f, (float *)&m_pPlayer->pev->origin, (float *)&m_pPlayer->pev->angles, 0.0f, 0.0f, 0, 0, 0, 1 );
|
PLAYBACK_EVENT_FULL( FEV_RELIABLE, m_pPlayer->edict(), m_usXSSpin, 0.01f, m_pPlayer->pev->origin, m_pPlayer->pev->angles, 0.0f, 0.0f, 0, 0, 0, 1 );
|
||||||
|
|
||||||
pev->effects |= EF_MUZZLEFLASH;
|
pev->effects |= EF_MUZZLEFLASH;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user