From 65723f25f153be656501fbcb4dd19e684c28d981 Mon Sep 17 00:00:00 2001 From: Samual Lenks Date: Wed, 6 Mar 2013 17:55:43 -0500 Subject: [PATCH] Kill centerprints on client too when doing Destroy_All_Notifications() --- qcsrc/common/notifications.qc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/qcsrc/common/notifications.qc b/qcsrc/common/notifications.qc index 0ac80e3f1..cf495153e 100644 --- a/qcsrc/common/notifications.qc +++ b/qcsrc/common/notifications.qc @@ -125,9 +125,11 @@ void Destroy_All_Notifications(void) Destroy_Notification_Entity(notif); \ } - // kill all networked notifications + // kill all networked notifications and centerprints #ifdef SVQC Kill_Notification(NOTIF_ALL, world, 0, 0); + #else + reset_centerprint_messages(); #endif // kill all real notification entities -- 2.39.2