From b5ab796e2092a3c5b7e28c7796e0946f730b8b51 Mon Sep 17 00:00:00 2001 From: terencehill Date: Sat, 7 May 2016 22:55:51 +0200 Subject: [PATCH] Fix compilation when notifications debug is enabled --- qcsrc/common/notifications/all.qh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/common/notifications/all.qh b/qcsrc/common/notifications/all.qh index 525fc98e9..48bd44af5 100644 --- a/qcsrc/common/notifications/all.qh +++ b/qcsrc/common/notifications/all.qh @@ -201,6 +201,7 @@ GENERIC_COMMAND(dumpnotifs, "Dump all notifications into notifications_dump.txt" } } +float autocvar_notification_debug = false; #ifdef NOTIFICATIONS_DEBUG void Debug_Notification(string input) { @@ -294,7 +295,6 @@ float autocvar_notification_show_sprees_info_specialonly = true; float autocvar_notification_errors_are_fatal = true; float autocvar_notification_lifetime_runtime = 0.5; float autocvar_notification_lifetime_mapload = 10; -float autocvar_notification_debug = false; #ifdef SVQC .float FRAG_VERBOSE; -- 2.39.2