]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove client side macro for conditional weapon spawn functions
authorMario <mario.mario@y7mail.com>
Sat, 11 Jul 2020 12:09:37 +0000 (22:09 +1000)
committerMario <mario.mario@y7mail.com>
Sat, 11 Jul 2020 12:09:51 +0000 (22:09 +1000)
qcsrc/common/weapons/weapon.qh

index 38134fa3d68cb66bef6ed9ef5a111b07ce5a88f7..2d176c04e639d66cd630668513006483f174f754 100644 (file)
@@ -140,8 +140,6 @@ void weapon_defaultspawnfunc(entity this, Weapon e);
 
 #define SPAWNFUNC_WEAPON(name, weapon)
 
 
 #define SPAWNFUNC_WEAPON(name, weapon)
 
-#define SPAWNFUNC_WEAPON_COND(name, weapon)
-
 #endif
 
 #include <common/items/_mod.qh>
 #endif
 
 #include <common/items/_mod.qh>