]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
That deserves to be its own category
authorSamual Lenks <samual@xonotic.org>
Fri, 1 Mar 2013 03:57:02 +0000 (22:57 -0500)
committerSamual Lenks <samual@xonotic.org>
Fri, 1 Mar 2013 03:57:02 +0000 (22:57 -0500)
qcsrc/common/notifications.qc

index 2a190a35519ad24894eecea3dfa0833773c537bb..c07343c0f91ff3bed51ad9ebb2a244d06d0324b5 100644 (file)
@@ -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)