X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmapobjects%2Ffunc%2Fpendulum.qc;fp=qcsrc%2Fcommon%2Fmapobjects%2Ffunc%2Fpendulum.qc;h=c582f47f626f55d1ec528c35893775553d6a0c75;hb=4247727e85005eee923c6c3b3b3c25b58a94c42d;hp=a59f7a93baf6a6427dc8b7813e020ec50e39ae54;hpb=5b4dd1bb267836163dec0a6e1709721e645a43aa;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/mapobjects/func/pendulum.qc b/qcsrc/common/mapobjects/func/pendulum.qc index a59f7a93b..c582f47f6 100644 --- a/qcsrc/common/mapobjects/func/pendulum.qc +++ b/qcsrc/common/mapobjects/func/pendulum.qc @@ -28,7 +28,7 @@ spawnfunc(func_pendulum) if (this.noise != "") { precache_sound(this.noise); - soundto(MSG_INIT, this, CH_TRIGGER_SINGLE, this.noise, VOL_BASE, ATTEN_IDLE); + soundto(MSG_INIT, this, CH_TRIGGER_SINGLE, this.noise, VOL_BASE, ATTEN_IDLE, 0); } this.active = ACTIVE_ACTIVE;