]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/ent_cs.qh
Move generic entity flags to a common constants location so they are included in...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / ent_cs.qh
index 1546d7da49ab6aab437ac464c95789048ddcf331..f38473b40b23a92a45d56fd454558a6e0467269d 100644 (file)
@@ -47,6 +47,8 @@ REGISTER_NET_TEMP(CLIENT_ENTCS)
 
        void entcs_force_origin(entity player);
 
+       bool radar_showenemies;
+
 #endif
 
 #ifdef CSQC