]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/sounds/sound.qh
s/make_pure/new_pure/
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / sounds / sound.qh
index 53185b0fb5f168a6953706e96baadafa67592f0a..5d6c57f21e55ff9b1caade97b37cf93376df9fae 100644 (file)
@@ -76,7 +76,6 @@ const float VOL_BASEVOICE = 1.0;
                        auto = true; \
                        __chan = fabs(__chan); \
                        entity tmp = __e = new(csqc_autochannel); \
-                       make_pure(tmp); \
                        tmp.think = SUB_Remove_self; \
                        tmp.nextthink = time + soundlength(__samp); \
                } \