Skip to content

Commit

Permalink
Remove redundant alert from CBabyCrab::ApplyDefaultRenderProps
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeSlave committed Jan 7, 2025
1 parent 34865e0 commit f5983bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dlls/headcrab.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,6 @@ LINK_ENTITY_TO_CLASS( monster_babycrab, CBabyCrab )

void CBabyCrab::ApplyDefaultRenderProps(int overridenRenderProps)
{
ALERT(at_console, "CBabyCrab::ApplyDefaultRenderProps: %d\n", overridenRenderProps);
if ((overridenRenderProps & Visual::RENDERMODE_DEFINED) == 0)
pev->rendermode = kRenderTransTexture;
if ((overridenRenderProps & Visual::ALPHA_DEFINED) == 0)
Expand Down

0 comments on commit f5983bc

Please sign in to comment.