]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Move those back there
authorSamual Lenks <samual@xonotic.org>
Wed, 27 Feb 2013 18:03:55 +0000 (13:03 -0500)
committerSamual Lenks <samual@xonotic.org>
Wed, 27 Feb 2013 18:03:55 +0000 (13:03 -0500)
qcsrc/common/notifications.qh

index 4504a6004c3d4ffa0e87956577c84e72284f6aaa..604577917b68e603daed95530d0ecc991463d4ee 100644 (file)
@@ -569,16 +569,15 @@ var float autocvar_notification_errors_are_fatal = TRUE;
 var float autocvar_notification_lifetime_runtime = 0.5;
 var float autocvar_notification_lifetime_mapload = 10;
 
-// used only by CSQC, but needs to be added for dumpnotifs command anyway
+#ifdef SVQC
+.float FRAG_VERBOSE;
+void Notification_GetCvars(void);
+#else
 var float autocvar_notification_item_centerprinttime = 1.5;
 var float autocvar_notification_allow_chatboxprint = 1; // 0 = no, 1 = yes, 2 = forced on for all MSG_INFO notifs
 var float autocvar_notification_show_sprees_center = TRUE;
 var float autocvar_notification_show_sprees_center_specialonly = TRUE;
 var float autocvar_notification_frag_verbose = TRUE;
-
-#ifdef SVQC
-.float FRAG_VERBOSE;
-void Notification_GetCvars(void);
 #endif
 
 // ============================