Fix tripmine viewmodel having wrong body on first pickup (#262)

This commit is contained in:
Roman Chistokhodov 2022-07-08 20:17:50 +03:00 committed by GitHub
parent 1c42a4170c
commit c01f154873
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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;