]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Registry: use BITS everywhere
authorTimePath <andrew.hardaker1995@gmail.com>
Sun, 1 Nov 2015 03:24:23 +0000 (14:24 +1100)
committerTimePath <andrew.hardaker1995@gmail.com>
Sun, 1 Nov 2015 03:24:23 +0000 (14:24 +1100)
qcsrc/common/monsters/all.qh

index 720a129386e9ab0025a0fa326bd20310ddc01f6e..f32470b58467b1613c3a0cff82bd765c5496ab91 100644 (file)
@@ -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)