Fixed m3 and added hl2 missing files

This commit is contained in:
Kamay Xutax 2024-09-15 13:22:22 +02:00
parent 6bb6199444
commit b3bb2ce631
2 changed files with 13 additions and 1 deletions

View file

@ -40,6 +40,18 @@ public:
virtual CSWeaponID GetWeaponID( void ) const { return WEAPON_M3; }
virtual bool Deploy()
{
bool deployed = BaseClass::Deploy();
if ( deployed )
{
m_flPumpTime = 0;
m_reloadState = 0;
}
return deployed;
}
private:
CWeaponM3( const CWeaponM3 & );

@ -1 +1 @@
Subproject commit 1cc8d6d741c9add978f17cbc27be067487e7ea12
Subproject commit 006c21e0a2059348880c78c59b63d9a3a4c6e052