X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fshownames.qc;h=31a6cb5e8719f1e5f520f885dae46cd66db88330;hb=543d3ac5df6159c81c69829c2837a1dc1bf67f5f;hp=5309c555e6085050b6a37b36509cf010964c2deb;hpb=5169f0fb0a753be832a978730899f9bba615e35b;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/shownames.qc b/qcsrc/client/shownames.qc index 5309c555e..31a6cb5e8 100644 --- a/qcsrc/client/shownames.qc +++ b/qcsrc/client/shownames.qc @@ -43,7 +43,7 @@ void Draw_ShowNames(entity ent) } // handle tag fading - float overlap, onscreen, crosshairdistance; + float overlap = FALSE, onscreen, crosshairdistance; vector o, eo; o = project_3d_to_2d(ent.origin);