]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/sounds/sound.qh
func_rotating: stop sound when deactivated, minor cleanup
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / sounds / sound.qh
index 8c4aecbda029829c753e9b1641ceeb490cc04259..a22e0e70ee45f81fbb003b5edbcf73b99bacb63f 100644 (file)
@@ -22,7 +22,7 @@ const int CH_PLAYER_SINGLE = 7;
 // const int CH_BGM_SINGLE = -8;
 const int CH_BGM_SINGLE = 8;
 const int CH_AMBIENT = -9;
-// const int CH_AMBIENT_SINGLE = 9;
+const int CH_AMBIENT_SINGLE = 9;
 
 const float ATTEN_NONE = 0;
 const float ATTEN_MIN = 0.015625;