mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2025-04-09 11:31:23 +00:00
Merge f15b0826ae
into 65aa7c910e
This commit is contained in:
commit
c91350dbcd
1 changed files with 2 additions and 2 deletions
|
@ -303,7 +303,7 @@ void CCrossbowBolt::BoltTouch( CBaseEntity *pOther )
|
|||
else
|
||||
{
|
||||
SetThink( &CCrossbowBolt::SUB_Remove );
|
||||
SetNextThink( gpGlobals->curtime + 2.0f );
|
||||
SetNextThink( gpGlobals->curtime );
|
||||
|
||||
//FIXME: We actually want to stick (with hierarchy) to what we've hit
|
||||
SetMoveType( MOVETYPE_NONE );
|
||||
|
@ -326,7 +326,7 @@ void CCrossbowBolt::BoltTouch( CBaseEntity *pOther )
|
|||
AddEffects( EF_NODRAW );
|
||||
SetTouch( NULL );
|
||||
SetThink( &CCrossbowBolt::SUB_Remove );
|
||||
SetNextThink( gpGlobals->curtime + 2.0f );
|
||||
SetNextThink( gpGlobals->curtime );
|
||||
|
||||
if ( m_pGlowSprite != NULL )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue