]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/defs.qh
Shownames: fade when moving to spectate
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / defs.qh
index 98f25cc9037772d9d3a158407109af1fb63e7fe1..069598e3b4613c457f86d0479fdba2a4077edb4c 100644 (file)
@@ -126,7 +126,7 @@ int serverflags;
 
 float uid2name_dialog;
 
-.bool csqcmodel_isdead; // used by shownames and miscfunctions (float getplayerisdead(float) {}) to know when a player is dead
+.bool csqcmodel_isdead; // used by shownames and miscfunctions (entcs_IsDead) to know when a player is dead
 
 #define player_currententnum (spectatee_status > 0 ? spectatee_status : player_localnum + 1)