From: Samual Lenks Date: Sat, 2 Mar 2013 18:41:03 +0000 (-0500) Subject: Add that check there X-Git-Tag: xonotic-v0.7.0~62^2~23^2~47 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=commitdiff_plain;h=63c3f3235828dd6620625bcdf4d136a8babc55b1 Add that check there --- diff --git a/qcsrc/common/notifications.qc b/qcsrc/common/notifications.qc index 96e881ca2..d49e56913 100644 --- a/qcsrc/common/notifications.qc +++ b/qcsrc/common/notifications.qc @@ -177,7 +177,10 @@ string Process_Notif_Args( switch(strtolower(selected)) { - #define ARG_CASE(prog,selected,result) case selected: { ++sel_num; break; } + #define ARG_CASE(prog,selected,result) \ + #if (prog != ARG_DC) \ + case selected: { ++sel_num; break; } \ + #endif NOTIF_ARGUMENT_LIST #undef ARG_CASE default: