]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fixed compilation units. 643/head
authorbyteManiak <bytemaniak98@gmail.com>
Tue, 9 Apr 2019 14:25:33 +0000 (17:25 +0300)
committerbyteManiak <bytemaniak98@gmail.com>
Tue, 9 Apr 2019 14:25:33 +0000 (17:25 +0300)
qcsrc/menu/xonotic/keybinder.qh

index 764059f768df6d8feffedd929d164fa4d182a9e0..7bdc8d69556ca601820aee898fc2b32ca7bd1f65 100644 (file)
@@ -27,6 +27,7 @@ CLASS(XonoticKeyBinder, XonoticListBox)
        ATTRIB(XonoticKeyBinder, keyGrabButton, entity);
        ATTRIB(XonoticKeyBinder, clearButton, entity);
        ATTRIB(XonoticKeyBinder, userbindEditDialog, entity);
+       ATTRIB(XonoticKeyBinder, bindingsResetDialog, entity);
        METHOD(XonoticKeyBinder, editUserbind, void(entity, string, string, string));
 ENDCLASS(XonoticKeyBinder)
 entity makeXonoticKeyBinder();