X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fitems%2Fall.qh;h=3ff4a54155a3cccaf0ea91b69a38a02ac90c15dc;hp=623f71b3904ab7654d9e9e88e23291c45d84bb09;hb=8e4957c252f8381e37f2a72e227797bf51e5cc2f;hpb=ecd018b0f2a99be972759503e3efea35b6717ee9 diff --git a/qcsrc/common/items/all.qh b/qcsrc/common/items/all.qh index 623f71b39..3ff4a5415 100644 --- a/qcsrc/common/items/all.qh +++ b/qcsrc/common/items/all.qh @@ -4,7 +4,8 @@ #include "item.qh" -REGISTRY(Items, BITS(7)) +// 24 so it matches the limit for the .items field +REGISTRY(Items, 24) #define Items_from(i) _Items_from(i, NULL) #ifdef GAMEQC REGISTRY_DEPENDS(Items, Models)