]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/client.qh
Port buttons_old to ClientState
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / client.qh
index fa1529818c6ebf0ad1116142b303daa83c2b422c..4178ca9e6edba768fcd9dd4145b3e73759dcc246 100644 (file)
@@ -75,6 +75,7 @@ CLASS(Client, Object)
     ATTRIB(Client, pm_frametime, float, this.pm_frametime);
     ATTRIB(Client, pressedkeys, int, this.pressedkeys);
     ATTRIB(Client, movement_old, vector, this.movement_old);
+    ATTRIB(Client, buttons_old, int, this.buttons_old);
 
     METHOD(Client, m_unwind, bool(Client this));