projects
/
xonotic
/
xonotic-data.pk3dir.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Duel centerprint title: slightly extend underline under the longest name, use the...
[xonotic/xonotic-data.pk3dir.git]
/
qcsrc
/
client
/
hud
/
panel
/
centerprint.qh
diff --git
a/qcsrc/client/hud/panel/centerprint.qh
b/qcsrc/client/hud/panel/centerprint.qh
index 02a046a6a140015eae8167254f1ff670e2354854..98f268b3456570268cde81205dc700b609d58ca2 100644
(file)
--- 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_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();
void centerprint_SetTitle(string title);
void centerprint_ClearTitle();