Skip to content

Commit

Permalink
Heretic: Fixed client's inventory HUD
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed May 8, 2011
1 parent 28804c6 commit 48b65fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/plugins/common/src/hu_inventory.c
Expand Up @@ -740,7 +740,7 @@ void Hu_InventoryTicker(void)
player_t* plr = &players[i];
hud_inventory_t* inv = &hudInventories[i];

if(!(plr->plr->inGame && (plr->plr->flags & DDPF_LOCAL)))
if(!plr->plr->inGame)
continue;

if(inv->flags & HIF_IS_DIRTY)
Expand Down

0 comments on commit 48b65fa

Please sign in to comment.