]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/stats.qh
Clean up STAT usage: this.camera_spectator --> STAT(CAMERA_SPECTATOR, this), remove...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / stats.qh
index 4432929a1958ba8970ec6ebd8a1b7945944549d0..1e55ad009bf2919f8929c4b2585191833541e755 100644 (file)
@@ -246,8 +246,7 @@ REGISTER_STAT(DOM_PPS_PINK, float)
 REGISTER_STAT(TELEPORT_MAXSPEED, float, autocvar_g_teleport_maxspeed)
 REGISTER_STAT(TELEPORT_TELEFRAG_AVOID, int, autocvar_g_telefrags_avoid)
 
-.int camera_spectator;
-REGISTER_STAT(CAMERA_SPECTATOR, int, this.camera_spectator)
+REGISTER_STAT(CAMERA_SPECTATOR, int)
 
 REGISTER_STAT(SPECTATORSPEED, float)