From ef1ca03ed352fccf41d94dcf5283867469fef11e Mon Sep 17 00:00:00 2001 From: Jan Date: Mon, 23 Dec 2019 17:55:57 +0100 Subject: [PATCH] ZoneCode: Fix commands for SndBank --- src/ZoneCode/Game/T6/T6_Commands.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ZoneCode/Game/T6/T6_Commands.txt b/src/ZoneCode/Game/T6/T6_Commands.txt index 91b19ce6..288f0c42 100644 --- a/src/ZoneCode/Game/T6/T6_Commands.txt +++ b/src/ZoneCode/Game/T6/T6_Commands.txt @@ -401,8 +401,8 @@ set string assetFileName; // SndDuck use SndDuck; -set count attenuation 128; -set count filter 128; +set count attenuation 32; +set count filter 32; // SndRuntimeAssetBank use SndRuntimeAssetBank;