Skip to content

Commit

Permalink
Removed AddHudElem in VidInit.
Browse files Browse the repository at this point in the history
This would add the instance a second time in the hud list.
  • Loading branch information
malortie committed Oct 10, 2021
1 parent f05f312 commit b3214e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cl_dll/clientfog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ int CHudFog :: VidInit( void )

m_iFlags |= HUD_ACTIVE;

gHUD.AddHudElem(this);
return 1;
}

Expand Down

0 comments on commit b3214e8

Please sign in to comment.