mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2025-04-08 11:01:33 +00:00
Merge 4c9d2dfe7f
into ceb6d4d783
This commit is contained in:
commit
b3bf02f849
2 changed files with 2 additions and 2 deletions
|
@ -1635,7 +1635,7 @@ bool CWeaponRPG::Deploy( void )
|
|||
return BaseClass::Deploy();
|
||||
}
|
||||
|
||||
bool CWeaponRPG::CanHolster( void )
|
||||
bool CWeaponRPG::CanHolster( void ) const
|
||||
{
|
||||
//Can't have an active missile out
|
||||
if ( m_hMissile != NULL )
|
||||
|
|
|
@ -190,7 +190,7 @@ public:
|
|||
bool WeaponShouldBeLowered( void );
|
||||
bool Lower( void );
|
||||
|
||||
bool CanHolster( void );
|
||||
bool CanHolster( void ) const;
|
||||
|
||||
virtual void Drop( const Vector &vecVelocity );
|
||||
|
||||
|
|
Loading…
Reference in a new issue