Skip to content

Commit

Permalink
re-add accidentally removed eng guide check
Browse files Browse the repository at this point in the history
  • Loading branch information
no-lex committed Jun 1, 2022
1 parent 16a0b07 commit c838687
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions game/render.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,10 @@ namespace game
{
return; //don't render block guide for non block placing weapons
}
if(player1->state!=ClientState_Alive)
{
return; //don't render block guide for dead players
}
int d = DIMENSION(sel.orient),
od = DIMENSION(orient);

Expand Down

0 comments on commit c838687

Please sign in to comment.