mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-05-09 20:18:17 +03:00
Fixed uninitialized variables
This commit is contained in:
parent
7828cddc2a
commit
415a5e60da
1 changed files with 1 additions and 0 deletions
|
@ -1082,6 +1082,7 @@ void CG_DrawSpectatorView_ver_15()
|
||||||
iClientNum = cg.snap->ps.stats[STAT_INFOCLIENT];
|
iClientNum = cg.snap->ps.stats[STAT_INFOCLIENT];
|
||||||
sprintf(buf, "%s : %i", cg.clientinfo[iClientNum].name, cg.snap->ps.stats[STAT_INFOCLIENT_HEALTH]);
|
sprintf(buf, "%s : %i", cg.clientinfo[iClientNum].name, cg.snap->ps.stats[STAT_INFOCLIENT_HEALTH]);
|
||||||
|
|
||||||
|
hShader = 0;
|
||||||
color[0] = 0.5;
|
color[0] = 0.5;
|
||||||
color[1] = 1.0;
|
color[1] = 1.0;
|
||||||
color[2] = 0.5;
|
color[2] = 0.5;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue