mirror of
https://github.com/nzp-team/quakespasm.git
synced 2025-04-24 01:31:41 +00:00
NX/VITA: Fix Power-Up icons staying on HUD
This commit is contained in:
parent
7e37c9acd1
commit
535bc2cf95
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue