X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fshownames.qc;h=ef61bb0cbcc1ae89ffed0fe95752a55d11105884;hb=bb9450d7c9e2d77e39d5cfcce7a0a74b76de3cf5;hp=235756cedd61c6ce1330d6f6dd0caa7fee34218f;hpb=74941aea60c6fb7d875403113249410ee8af7c5e;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/shownames.qc b/qcsrc/client/shownames.qc index 235756ced..ef61bb0cb 100644 --- a/qcsrc/client/shownames.qc +++ b/qcsrc/client/shownames.qc @@ -87,7 +87,7 @@ void Draw_ShowNames(entity ent) if(autocvar_hud_shownames_crosshairdistance > crosshairdistance) ent.pointtime = time; - if (!(ent.pointtime + autocvar_hud_shownames_crosshairdistance_time > time)) + if (ent.pointtime + autocvar_hud_shownames_crosshairdistance_time <= time) overlap = true; else overlap = (autocvar_hud_shownames_crosshairdistance_antioverlap ? overlap : false); // override what antioverlap says unless allowed by cvar.