diff --git a/src/g_nextweapon.c b/src/g_nextweapon.c index 128aef0c..55e57a7c 100644 --- a/src/g_nextweapon.c +++ b/src/g_nextweapon.c @@ -218,6 +218,7 @@ void G_NextWeaponResendCmd(void) void G_NextWeaponReset(void) { + currently_active = false; state = nw_state_none; ST_ResetCarousel(); }