From: Mario Date: Sat, 11 Jul 2020 12:09:37 +0000 (+1000) Subject: Remove client side macro for conditional weapon spawn functions X-Git-Tag: xonotic-v0.8.5~884 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=commitdiff_plain;h=aef95c1ebfbaa24e4cce752e596d991a31f9a4e9;ds=sidebyside Remove client side macro for conditional weapon spawn functions --- diff --git a/qcsrc/common/weapons/weapon.qh b/qcsrc/common/weapons/weapon.qh index 38134fa3d6..2d176c04e6 100644 --- a/qcsrc/common/weapons/weapon.qh +++ b/qcsrc/common/weapons/weapon.qh @@ -140,8 +140,6 @@ void weapon_defaultspawnfunc(entity this, Weapon e); #define SPAWNFUNC_WEAPON(name, weapon) -#define SPAWNFUNC_WEAPON_COND(name, weapon) - #endif #include