X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fmenu%2Fxonotic%2Fbutton.qc;h=fb0f416e96ef3220f26cad551fe04ce0670cc822;hb=69c1e47c332a6f01f3e30f3d792afdc3c73fdf83;hp=73518ef96ad3396471e4a3497e9203bf92d0104a;hpb=125d619e9ab2a307b15b7ee1a2ededed32c7e84d;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/menu/xonotic/button.qc b/qcsrc/menu/xonotic/button.qc index 73518ef96..fb0f416e9 100644 --- a/qcsrc/menu/xonotic/button.qc +++ b/qcsrc/menu/xonotic/button.qc @@ -2,7 +2,7 @@ #define BUTTON_H #include "../item/button.qc" CLASS(XonoticButton, Button) - METHOD(XonoticButton, configureXonoticButton, void(entity, string, vector)) + METHOD(XonoticButton, configureXonoticButton, void(entity, string, vector)); ATTRIB(XonoticButton, fontSize, float, SKINFONTSIZE_NORMAL) ATTRIB(XonoticButton, image, string, SKINGFX_BUTTON) ATTRIB(XonoticButton, grayImage, string, SKINGFX_BUTTON_GRAY)