]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/cl_client.qh
Remove a now useless check
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / cl_client.qh
index 1b462a329538ab3c6527a43b187a08f416d28804..a0dfd72f8218722b3c8858e71a8b7b3c3f7bb5c5 100644 (file)
@@ -8,4 +8,6 @@ float CalcRotRegen(float current, float regenstable, float regenfactor, float re
 
 float Spectate(entity pl);
 
+#define SPECTATE_COPY(fld) [[accumulate]] void SpectateCopy(entity this, entity spectatee) { this.(fld) = spectatee.(fld); }
+
 #endif