From: TimePath Date: Sun, 1 Nov 2015 03:24:23 +0000 (+1100) Subject: Registry: use BITS everywhere X-Git-Tag: xonotic-v0.8.2~1747 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a3797be83f371bdcf32a6fbacdaba950fb5408a8;p=xonotic%2Fxonotic-data.pk3dir.git Registry: use BITS everywhere --- diff --git a/qcsrc/common/monsters/all.qh b/qcsrc/common/monsters/all.qh index 720a12938..f32470b58 100644 --- a/qcsrc/common/monsters/all.qh +++ b/qcsrc/common/monsters/all.qh @@ -5,7 +5,7 @@ string M_Model(string m_mdl); -REGISTRY(Monsters, 30) +REGISTRY(Monsters, BITS(5)) REGISTER_REGISTRY(RegisterMonsters) const int MON_FIRST = 1; #define MON_LAST (Monsters_COUNT - 1)