X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fmenu%2Fxonotic%2Fdialog_hudpanel_pressedkeys.qc;h=1de8e51c33d726c17f15374c6637878950e2a276;hb=f40d50ebdbbfc5c65f0e75cdfa3bd176501e8d4a;hp=4499d7c0f62a3370c5b9bcf11f27cb81588caad4;hpb=88713a575bd27dabc5926d636542b6145ab6f51c;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/menu/xonotic/dialog_hudpanel_pressedkeys.qc b/qcsrc/menu/xonotic/dialog_hudpanel_pressedkeys.qc index 4499d7c0f..1de8e51c3 100644 --- a/qcsrc/menu/xonotic/dialog_hudpanel_pressedkeys.qc +++ b/qcsrc/menu/xonotic/dialog_hudpanel_pressedkeys.qc @@ -2,7 +2,7 @@ #define DIALOG_HUDPANEL_PRESSEDKEYS_H #include "rootdialog.qc" CLASS(XonoticHUDPressedKeysDialog, XonoticRootDialog) - METHOD(XonoticHUDPressedKeysDialog, fill, void(entity)) + METHOD(XonoticHUDPressedKeysDialog, fill, void(entity)); ATTRIB(XonoticHUDPressedKeysDialog, title, string, _("Pressed Keys Panel")) ATTRIB(XonoticHUDPressedKeysDialog, color, vector, SKINCOLOR_DIALOG_TEAMSELECT) ATTRIB(XonoticHUDPressedKeysDialog, intendedWidth, float, 0.4)