diff --git a/Minecraft.World/Bat.cpp b/Minecraft.World/Bat.cpp index 462fef57d..3fa30ddbb 100644 --- a/Minecraft.World/Bat.cpp +++ b/Minecraft.World/Bat.cpp @@ -30,7 +30,7 @@ void Bat::defineSynchedData() float Bat::getSoundVolume() { - return 0.1f; + return 0.8f; } float Bat::getVoicePitch() diff --git a/Minecraft.World/Cow.cpp b/Minecraft.World/Cow.cpp index 69628d64f..0b959fc15 100644 --- a/Minecraft.World/Cow.cpp +++ b/Minecraft.World/Cow.cpp @@ -72,7 +72,7 @@ void Cow::playStepSound(int xt, int yt, int zt, int t) float Cow::getSoundVolume() { - return 0.4f; + return 1.f; } int Cow::getDeathLoot()