mirror of
https://github.com/rehlds/ReGameDLL_CS.git
synced 2025-08-24 15:39:35 +03:00
Missing initialize for member m_iWeaponInfiniteIds
This commit is contained in:
parent
1f84ae5d7b
commit
371ac897bb
2 changed files with 3 additions and 1 deletions
regamedll
|
@ -527,4 +527,5 @@ void CCSPlayer::Reset()
|
|||
|
||||
m_vecOldvAngle = g_vecZero;
|
||||
m_iWeaponInfiniteAmmo = 0;
|
||||
m_iWeaponInfiniteIds = 0;
|
||||
}
|
||||
|
|
|
@ -43,7 +43,8 @@ public:
|
|||
m_bForceShowMenu(false),
|
||||
m_flRespawnPending(0),
|
||||
m_flSpawnProtectionEndTime(0),
|
||||
m_iWeaponInfiniteAmmo(0)
|
||||
m_iWeaponInfiniteAmmo(0),
|
||||
m_iWeaponInfiniteIds(0)
|
||||
{
|
||||
m_szModel[0] = '\0';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue