From: Rudolf Polzer Date: Mon, 7 Apr 2014 09:25:03 +0000 (+0200) Subject: Fix more ##. X-Git-Tag: xonotic-v0.8.0~152^2~29^2~3 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=5a4b994669f2dfd32dac6c9fdef3412c98c6baf3;p=xonotic%2Fxonotic-data.pk3dir.git Fix more ##. --- diff --git a/qcsrc/common/weapons/weapons.qh b/qcsrc/common/weapons/weapons.qh index f05ae184f..f39453f74 100644 --- a/qcsrc/common/weapons/weapons.qh +++ b/qcsrc/common/weapons/weapons.qh @@ -109,7 +109,7 @@ float GetAmmoStat(.float ammotype); // create properties for weapon settings #define WEP_ADD_PROP(wepid,wepname,type,prop,name) \ - .type ##prop; \ + .type prop; \ [[last]] type autocvar_g_balance_##wepname##_##name; // read cvars from weapon settings