Reset current history icon slot when resetting item history HUD
Resolves #223
This commit is contained in:
parent
c5c234d521
commit
e31795b6d5
1 changed files with 1 additions and 0 deletions
|
@ -126,6 +126,7 @@ public:
|
|||
void Reset()
|
||||
{
|
||||
memset(rgAmmoHistory, 0, sizeof rgAmmoHistory);
|
||||
iCurrentHistorySlot = 0;
|
||||
}
|
||||
|
||||
int iHistoryGap;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue