reset currently_active state to false in G_NextWeaponReset()

This commit is contained in:
Fabian Greffrath 2025-02-13 17:52:50 +01:00
parent 97a0e199e7
commit 43040094e9

View File

@ -218,6 +218,7 @@ void G_NextWeaponResendCmd(void)
void G_NextWeaponReset(void)
{
currently_active = false;
state = nw_state_none;
ST_ResetCarousel();
}