From 6cd23e41181c68dee852f2c2cc9b0446c9e41a80 Mon Sep 17 00:00:00 2001 From: Samual Lenks Date: Thu, 28 Feb 2013 22:57:02 -0500 Subject: [PATCH] That deserves to be its own category --- qcsrc/common/notifications.qc | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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) -- 2.39.2