X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fmenu%2Fmenu.qc;h=d8a3ede2e7d8988afd29865a409af7de2defe772;hp=70f4249d038436088a5d5b05ab19aefdf23208a5;hb=2f239100c8b77275d69972f91ac4e7ff913f3d7c;hpb=cf4d36d9d295ce940e9e9bdf7a711e4036de0b3c diff --git a/qcsrc/menu/menu.qc b/qcsrc/menu/menu.qc index 70f4249d03..d8a3ede2e7 100644 --- a/qcsrc/menu/menu.qc +++ b/qcsrc/menu/menu.qc @@ -2,6 +2,7 @@ #include "oo/classes.qc" #include "xonotic/util.qh" +#include "../common/items/all.qh" #include "../common/weapons/all.qh" #include "../common/mapinfo.qh" @@ -80,6 +81,7 @@ void m_init() // needs to be done so early because of the constants they create CALL_ACCUMULATED_FUNCTION(RegisterWeapons); + CALL_ACCUMULATED_FUNCTION(RegisterItems); CALL_ACCUMULATED_FUNCTION(RegisterGametypes); RegisterSLCategories();