NX/VITA: Fix Power-Up icons staying on HUD

This commit is contained in:
Ian 2023-09-08 10:08:39 -04:00
parent 7e37c9acd1
commit 535bc2cf95

View file

@ -1484,7 +1484,10 @@ HUD_Powerups
*/
void HUD_Powerups (void)
{
int count;
int count = 0;
if (!cl.stats[STAT_X2] && !cl.stats[STAT_INSTA])
return;
// horrible way to offset check :)))))))))))))))))) :DDDDDDDD XOXO