]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Increase the number of deathtypes to 100
authorMario <mario@smbclan.net>
Sat, 31 Oct 2015 03:08:25 +0000 (13:08 +1000)
committerMario <mario@smbclan.net>
Sat, 31 Oct 2015 03:08:25 +0000 (13:08 +1000)
qcsrc/common/deathtypes/all.qh

index 2bf1169bf77d9f494f43dd7335ad6dac40a8b59a..4558255fc778b1c91dda6cf7ee47d14c5c5387e9 100644 (file)
@@ -3,7 +3,7 @@
 
 #include "../notifications.qh"
 
-REGISTRY(Deathtypes, BIT(6))
+REGISTRY(Deathtypes, 100)
 REGISTER_REGISTRY(RegisterDeathtypes)
 
 .entity death_msgself;