]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
oops, fix a typo
authorRudolf Polzer <divverent@xonotic.org>
Sun, 3 Jul 2011 17:30:51 +0000 (19:30 +0200)
committerRudolf Polzer <divverent@xonotic.org>
Sun, 3 Jul 2011 17:30:51 +0000 (19:30 +0200)
qcsrc/common/constants.qh

index 29b9103e983fea8de44365011cf177a6aab4113f..31c91b2213c0b8242ea55ae2024500b4e2c2309d 100644 (file)
@@ -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;