From 8bb15900a4cd18d5703f7126c1862dab82621091 Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 4 Jan 2016 00:02:33 +1000 Subject: [PATCH] Rename some comments to be less annoying --- qcsrc/client/shownames.qc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/qcsrc/client/shownames.qc b/qcsrc/client/shownames.qc index 050944dea..826083bc1 100644 --- a/qcsrc/client/shownames.qc +++ b/qcsrc/client/shownames.qc @@ -8,14 +8,14 @@ #include "../lib/csqcmodel/cl_model.qh" -// self.isactive = player is in range and coordinates/status (health and armor) are up to date -// self.origin = player origin -// self.healthvalue -// self.armorvalue -// self.sameteam = player is on same team as local client -// self.fadedelay = time to wait before name tag starts fading in for enemies -// self.pointtime = last time you pointed at this player -// self.csqcmodel_isdead = value of csqcmodel_isdead to know when the player is dead or not +// this.isactive = player is in range and coordinates/status (health and armor) are up to date +// this.origin = player origin +// this.healthvalue +// this.armorvalue +// this.sameteam = player is on same team as local client +// this.fadedelay = time to wait before name tag starts fading in for enemies +// this.pointtime = last time you pointed at this player +// this.csqcmodel_isdead = value of csqcmodel_isdead to know when the player is dead or not LinkedList shownames_ent; STATIC_INIT(shownames_ent) -- 2.39.2