From: Samual Lenks Date: Mon, 11 Feb 2013 08:58:29 +0000 (-0500) Subject: Move that to the makefile X-Git-Tag: xonotic-v0.7.0~62^2~23^2~234 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=c1f7efccacf3ab65a15bf9a7743d6f76fb06b489;p=xonotic%2Fxonotic-data.pk3dir.git Move that to the makefile --- diff --git a/qcsrc/Makefile b/qcsrc/Makefile index 3e98265a9..4f772589b 100644 --- a/qcsrc/Makefile +++ b/qcsrc/Makefile @@ -34,6 +34,7 @@ QCCFLAGS ?= \ -funtyped-nil \ -fno-permissive \ -fvariadic-args \ + -DNOTIFICATIONS_DEBUG \ $(QCCFLAGS_EXTRA) $(QCCFLAGS_WATERMARK) else # this. is. fteqccccccccccccccccccc! diff --git a/qcsrc/common/notifications.qh b/qcsrc/common/notifications.qh index c9eb5b1f6..275889719 100644 --- a/qcsrc/common/notifications.qh +++ b/qcsrc/common/notifications.qh @@ -3,8 +3,6 @@ // Last updated: February, 2013 // ================================================ -#define NOTIFICATIONS_DEBUG - // main types/groups of notifications #define MSG_INFO 1 // "Global" information messages (sent to console, and notify panel if it has an icon) #define MSG_CENTER 2 // "Personal" centerprint messages