]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/client.qh
Fix compile and port usekeypressed to ClientState
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / client.qh
index 276f751b4564ba867daf33a46e0d3444d12b11bc..a358816a3fa9427fccd93c0402aaf3d0829ef2de 100644 (file)
@@ -79,6 +79,7 @@ CLASS(Client, Object)
     ATTRIB(Client, teamkill_complain, float, this.teamkill_complain);
     ATTRIB(Client, teamkill_soundtime, float, this.teamkill_soundtime);
     ATTRIB(Client, teamkill_soundsource, entity, this.teamkill_soundsource);
+    ATTRIB(Client, usekeypressed, bool, this.usekeypressed);
 
     METHOD(Client, m_unwind, bool(Client this));