X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fmenu%2Fmenu.qc;h=d01f6f7d4d0d2f986a288f1de66b2948219ba777;hb=4c7352309564fc88b28216e0aa9ac509ce4d3dc6;hp=b2a85093c6ecc21a5258692ac5df1db8fa1c4ccc;hpb=17f8cdecf39482eca4a49623d67bfdb5f4477d29;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/menu/menu.qc b/qcsrc/menu/menu.qc index b2a85093c..d01f6f7d4 100644 --- a/qcsrc/menu/menu.qc +++ b/qcsrc/menu/menu.qc @@ -5,6 +5,7 @@ #include "../common/items/all.qh" #include "../common/weapons/all.qh" #include "../common/mapinfo.qh" +#include "../common/mutators/base.qh" /////////////////////////////////////////////// // Menu Source File @@ -81,7 +82,6 @@ void m_init() // needs to be done so early because of the constants they create static_init(); - CALL_ACCUMULATED_FUNCTION(RegisterWeapons); RegisterSLCategories();