]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/monsters/all.qh
Registry: use BITS everywhere
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / monsters / all.qh
index 15e775ae7e5c6ec9b74b6d02c65c7980e2903fe2..f32470b58467b1613c3a0cff82bd765c5496ab91 100644 (file)
@@ -5,7 +5,7 @@
 
 string M_Model(string m_mdl);
 
-REGISTRY(Monsters, BITS(4))
+REGISTRY(Monsters, BITS(5))
 REGISTER_REGISTRY(RegisterMonsters)
 const int MON_FIRST = 1;
 #define MON_LAST (Monsters_COUNT - 1)