From: Samual Lenks Date: Fri, 1 Mar 2013 03:57:02 +0000 (-0500) Subject: That deserves to be its own category X-Git-Tag: xonotic-v0.7.0~62^2~23^2~70 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=6cd23e41181c68dee852f2c2cc9b0446c9e41a80;p=xonotic%2Fxonotic-data.pk3dir.git That deserves to be its own category --- diff --git a/qcsrc/common/notifications.qc b/qcsrc/common/notifications.qc index 2a190a355..c07343c0f 100644 --- a/qcsrc/common/notifications.qc +++ b/qcsrc/common/notifications.qc @@ -566,9 +566,9 @@ void Create_Notification_Entity( } -// =============================== -// Frontend Notification Pushing -// =============================== +// ========================================= +// Cvar Handling With 'dumpnotifs' Command +// ========================================= void Dump_Notifications(float fh, float alsoprint) { @@ -686,6 +686,11 @@ void Notification_GetCvars() } #endif + +// =============================== +// Frontend Notification Pushing +// =============================== + string Local_Notification_sprintf(string input, string args, string s1, string s2, string s3, string s4, float f1, float f2, float f3, float f4)