]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/item/radiobutton.c
auto-super.pl run
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / item / radiobutton.c
index 34ef101a703dc16e11a7347ba16897e3c0244892..80fd5329b41f70f2dedab6ced75caea971e58284 100644 (file)
@@ -10,7 +10,7 @@ ENDCLASS(RadioButton)
 #endif
 
 #ifdef IMPLEMENTATION
-void configureRadioButtonRadioButton(entity me, string txt, float sz, string gfx, float theGroup, float doAllowDeselect)
+void RadioButton_configureRadioButton(entity me, string txt, float sz, string gfx, float theGroup, float doAllowDeselect)
 {
        me.configureCheckBox(me, txt, sz, gfx);
        me.align = 0;