mirror of
https://github.com/FWGS/hlsdk-xash3d
synced 2024-11-22 01:47:45 +01:00
Fix tripmine viewmodel having wrong body on first pickup (#262)
This commit is contained in:
parent
1c42a4170c
commit
c01f154873
@ -1,4 +1,4 @@
|
||||
/***
|
||||
/***
|
||||
*
|
||||
* Copyright (c) 1996-2002, Valve LLC. All rights reserved.
|
||||
*
|
||||
@ -483,6 +483,8 @@ void CTripmine::PrimaryAttack( void )
|
||||
|
||||
void CTripmine::WeaponIdle( void )
|
||||
{
|
||||
pev->body = 0;
|
||||
|
||||
if( m_flTimeWeaponIdle > UTIL_WeaponTimeBase() )
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user