From: Samual Lenks Date: Tue, 25 Sep 2012 20:18:02 +0000 (-0400) Subject: Fix these macros X-Git-Tag: xonotic-v0.7.0~62^2~23^2~421 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=82a12cb39135ea38c48aa566759dfefe7c5b10e2;p=xonotic%2Fxonotic-data.pk3dir.git Fix these macros --- diff --git a/qcsrc/common/notifications.qc b/qcsrc/common/notifications.qc index f445ebcde..c1fa98e82 100644 --- a/qcsrc/common/notifications.qc +++ b/qcsrc/common/notifications.qc @@ -10,8 +10,8 @@ #define MSG_WEAPON 4 // weapon messages (like "You got the Nex", sent to weapon notify panel) // collapse multiple arguments into one argument -#define CLPS4(arg1,arg2,arg3,arg4) arg1, arg2, arg3, arg4 -#define CLPS3(arg1,arg2,arg3) arg1, arg2, arg3 +#define CLPS4(s1,s2,s3,s4) s1, s2, s3, s4 +#define CLPS3(s1,s2,s3) s1, s2, s3 #define CLPS2(s1,s2) s1, s2 // accumulate functions for declarations