Skip to content

Commit

Permalink
Fix flvol not being initialised
Browse files Browse the repository at this point in the history
  • Loading branch information
sabianroberts committed Oct 25, 2024
1 parent 6a5461c commit de88a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cl_dll/geiger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ int CHudGeiger::MsgFunc_Geiger(const char *pszName, int iSize, void *pbuf)
int CHudGeiger::Draw (float flTime)
{
int pct;
float flvol;
float flvol = 0;
int rg[3];
int i;

Expand Down

0 comments on commit de88a85

Please sign in to comment.