minor audio fixes

This commit is contained in:
h4570
2022-08-11 23:46:02 +02:00
parent 472ab5c2ad
commit 00216da1cd
5 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ Weapon::Weapon(Engine* engine) {
adpcmChannelsCount = 8;
adpcmCurrentChannel = 0;
const u8 shootVolume = 40;
const u8 shootVolume = 25;
for (u8 i = 0; i < adpcmChannelsCount; i++) {
audio->adpcm.setVolume(shootVolume, i);
}