From: Mario Date: Sat, 31 Oct 2015 03:08:25 +0000 (+1000) Subject: Increase the number of deathtypes to 100 X-Git-Tag: xonotic-v0.8.2~1753 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=d69f50b4071f67f92fc74c00db442e67293cde15;p=xonotic%2Fxonotic-data.pk3dir.git Increase the number of deathtypes to 100 --- diff --git a/qcsrc/common/deathtypes/all.qh b/qcsrc/common/deathtypes/all.qh index 2bf1169bf..4558255fc 100644 --- a/qcsrc/common/deathtypes/all.qh +++ b/qcsrc/common/deathtypes/all.qh @@ -3,7 +3,7 @@ #include "../notifications.qh" -REGISTRY(Deathtypes, BIT(6)) +REGISTRY(Deathtypes, 100) REGISTER_REGISTRY(RegisterDeathtypes) .entity death_msgself;