]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/xonotic/bigbutton.c
auto-super.pl run
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / xonotic / bigbutton.c
index 8a2a11757d80a891a8bec3c36d9b605bdfaf2780..b877a83137826dca96ab8200f859b2ef75e5f9e0 100644 (file)
@@ -16,7 +16,7 @@ entity makeXonoticBigButton(string theText, vector theColor)
        return me;
 }
 
-void configureXonoticBigButtonXonoticBigButton(entity me, string theText, vector theColor)
+void XonoticBigButton_configureXonoticBigButton(entity me, string theText, vector theColor)
 {
        me.configureXonoticButton(me, theText, theColor);
 }