Skip to content

Commit

Permalink
Players can't be powered
Browse files Browse the repository at this point in the history
  • Loading branch information
slipher committed Dec 5, 2021
1 parent 588381b commit 4fb5c56
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/cgame/cg_players.cpp
Expand Up @@ -2941,10 +2941,6 @@ void CG_Player( centity_t *cent )
{
altShaderIndex = CG_ALTSHADER_DEAD;
}
else if ( !(es->eFlags & EF_B_POWERED) )
{
altShaderIndex = CG_ALTSHADER_UNPOWERED;
}
else
{
altShaderIndex = CG_ALTSHADER_DEFAULT;
Expand Down

0 comments on commit 4fb5c56

Please sign in to comment.