From: Mario Date: Wed, 17 Aug 2016 07:03:56 +0000 (+1000) Subject: Increase sounds limit X-Git-Tag: xonotic-v0.8.2~705 X-Git-Url: http://de.git.xonotic.org/?a=commitdiff_plain;h=03185eb3f8b1a031bcc6205a28eb44f491ea2127;p=xonotic%2Fxonotic-data.pk3dir.git Increase sounds limit --- diff --git a/qcsrc/common/sounds/all.qh b/qcsrc/common/sounds/all.qh index 763aae67c..b7b296341 100644 --- a/qcsrc/common/sounds/all.qh +++ b/qcsrc/common/sounds/all.qh @@ -2,7 +2,7 @@ #include "sound.qh" -REGISTRY(Sounds, BITS(8)) +REGISTRY(Sounds, BITS(9)) #define Sounds_from(i) _Sounds_from(i, SND_Null) REGISTER_REGISTRY(Sounds)