projects
/
xonotic
/
xonotic-data.pk3dir.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove client side macro for conditional weapon spawn functions
[xonotic/xonotic-data.pk3dir.git]
/
qcsrc
/
common
/
weapons
/
weapon.qh
diff --git
a/qcsrc/common/weapons/weapon.qh
b/qcsrc/common/weapons/weapon.qh
index
38134fa
..
2d176c0
100644
(file)
--- 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 <common/items/_mod.qh>