From: Rudolf Polzer Date: Sun, 3 Jul 2011 17:30:51 +0000 (+0200) Subject: oops, fix a typo X-Git-Tag: xonotic-v0.5.0~151^2~2^2~11 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=2439fd89f7b5edba814503ff739e2586d6199751;p=xonotic%2Fxonotic-data.pk3dir.git oops, fix a typo --- diff --git a/qcsrc/common/constants.qh b/qcsrc/common/constants.qh index 29b9103e9..31c91b221 100644 --- a/qcsrc/common/constants.qh +++ b/qcsrc/common/constants.qh @@ -446,7 +446,7 @@ float CH_INFO = 0; // only on world and csqc! float CH_TRIGGER = 256; float CH_WEAPON_A = 257; float CH_VOICE = 258; -float CH_BGM = 2; +float CH_BGM_SINGLE = 2; float CH_TRIGGER_SINGLE = 3; float CH_SHOTS_SINGLE = 4; float CH_WEAPON_B = 257;