X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fmenu%2Fxonotic%2Fbigcommandbutton.qh;fp=qcsrc%2Fmenu%2Fxonotic%2Fbigcommandbutton.qh;h=19e1f1193641da78aacbc6b96d1fa34f2f9d79fb;hp=b6bb782aee8639335411309dec8a31dacdff8d7d;hb=323105d51f8eb6dea47c063965be5e34ad57f987;hpb=f53cfd3a6161ba8b7a62bd953d18e689f051b337 diff --git a/qcsrc/menu/xonotic/bigcommandbutton.qh b/qcsrc/menu/xonotic/bigcommandbutton.qh index b6bb782aee..19e1f11936 100644 --- a/qcsrc/menu/xonotic/bigcommandbutton.qh +++ b/qcsrc/menu/xonotic/bigcommandbutton.qh @@ -2,9 +2,9 @@ #include "commandbutton.qh" CLASS(XonoticBigCommandButton, XonoticCommandButton) - METHOD(XonoticBigCommandButton, configureXonoticBigCommandButton, void(entity, string, vector, string, float, string)); + METHOD(XonoticBigCommandButton, configureXonoticBigCommandButton, void(entity, string, vector, string, int, string)); ATTRIB(XonoticBigCommandButton, image, string, SKINGFX_BUTTON_BIG); ATTRIB(XonoticBigCommandButton, grayImage, string, SKINGFX_BUTTON_BIG_GRAY); ENDCLASS(XonoticBigCommandButton) -entity makeXonoticBigCommandButton_T(string theText, vector theColor, string theCommand, float closesMenu, string theTooltip); -entity makeXonoticBigCommandButton(string theText, vector theColor, string theCommand, float closesMenu); +entity makeXonoticBigCommandButton_T(string theText, vector theColor, string theCommand, int theFlags, string theTooltip); +entity makeXonoticBigCommandButton(string theText, vector theColor, string theCommand, int theFlags);