X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fclient%2Fhud%2Fpanel%2Fcenterprint.qh;h=98f268b3456570268cde81205dc700b609d58ca2;hp=02a046a6a140015eae8167254f1ff670e2354854;hb=69265650c1b6f1193cf02c99baccb28c0db913ed;hpb=060a811f3d8b7aaf8c15b5e450c9975e41a29922 diff --git a/qcsrc/client/hud/panel/centerprint.qh b/qcsrc/client/hud/panel/centerprint.qh index 02a046a6a1..98f268b345 100644 --- a/qcsrc/client/hud/panel/centerprint.qh +++ b/qcsrc/client/hud/panel/centerprint.qh @@ -23,6 +23,6 @@ void centerprint_AddStandard(string strMessage); void centerprint_Kill(int id); void centerprint_KillAll(); -void centerprint_SetDuelTitle(string left, string right, string div); +void centerprint_SetDuelTitle(string left, string right); void centerprint_SetTitle(string title); void centerprint_ClearTitle();