]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Move that to the makefile
authorSamual Lenks <samual@xonotic.org>
Mon, 11 Feb 2013 08:58:29 +0000 (03:58 -0500)
committerSamual Lenks <samual@xonotic.org>
Mon, 11 Feb 2013 08:58:29 +0000 (03:58 -0500)
qcsrc/Makefile
qcsrc/common/notifications.qh

index 3e98265a9521945ec5049ac54d552d2d2dc62e40..4f772589ba3eeaba45f157e742aac84a497f3b11 100644 (file)
@@ -34,6 +34,7 @@ QCCFLAGS ?= \
        -funtyped-nil \
        -fno-permissive \
        -fvariadic-args \
+       -DNOTIFICATIONS_DEBUG \
        $(QCCFLAGS_EXTRA) $(QCCFLAGS_WATERMARK)
 else
 # this. is. fteqccccccccccccccccccc!
index c9eb5b1f6a80b0d438000f9be1b877b10a4085c8..2758897198a1a1c592e792846c367f3ea6eb98f5 100644 (file)
@@ -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