]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/xonotic/dialog_teamselect.qc
Fix "join 'best' team (auto-select)" button showing no tooltip, tooltip support for...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / xonotic / dialog_teamselect.qc
index 4a933659b205cf3cf628eac9931953dc8ac127ad..a47e2c21113bb1119dfdcda2f19e0991f239e9b0 100644 (file)
@@ -22,7 +22,7 @@ ENDCLASS(XonoticTeamSelectDialog)
 entity makeTeamButton_T(string theName, vector theColor, string commandtheName, string theTooltip)
 {
        entity b;
-       b = makeXonoticBigCommandButton(theName, theColor, commandtheName, 1);
+       b = makeXonoticBigCommandButton_T(theName, theColor, commandtheName, 1, theTooltip);
        return b;
 }
 entity makeTeamButton(string theName, vector theColor, string commandtheName)