From c904fc707bdd61b8a456526d17ee26e9ddc36e63 Mon Sep 17 00:00:00 2001 From: Samual Lenks Date: Fri, 8 Feb 2013 07:46:10 -0500 Subject: [PATCH] One more --- qcsrc/common/notifications.qh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/qcsrc/common/notifications.qh b/qcsrc/common/notifications.qh index de1ddfe5dc..b945a53f18 100644 --- a/qcsrc/common/notifications.qh +++ b/qcsrc/common/notifications.qh @@ -9,8 +9,6 @@ #define MSG_WEAPON 3 // "Personal" weapon messages (like "You got the Nex", sent to weapon notify panel) #define MSG_DEATH 4 // "Personal" AND "Global" death messages -void Dump_Notifications(float fh, float alsoprint); - #ifndef MENUQC // SERVER AND CLIENT ONLY // notification system nullified arguments #define NO_STR_ARG "" @@ -139,6 +137,9 @@ void Send_CSQC_Centerprint_Generic_Expire(entity e, float id); #endif // ifdef SVQC #endif // ifndef MENUQC +// MENU, SERVER, AND CLIENT +void Dump_Notifications(float fh, float alsoprint); + // ==================================== // Notifications List and Information -- 2.39.5