From 20372ad3f37683f8f0586b2b3c3aa3af23888df0 Mon Sep 17 00:00:00 2001 From: Kp Date: Mon, 28 Jun 2021 03:37:51 +0000 Subject: [PATCH] Reduce intensity of Robot_sound_volume Recent work increased the effective intensity of various sounds. Reduce this one to compensate. --- similar/main/ai.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/similar/main/ai.cpp b/similar/main/ai.cpp index 0e0e672fd..a6f8a0cfc 100644 --- a/similar/main/ai.cpp +++ b/similar/main/ai.cpp @@ -127,7 +127,7 @@ static fix Dist_to_last_fired_upon_player_pos; namespace dcx { namespace { constexpr std::integral_constant CHASE_TIME_LENGTH{}; -constexpr std::integral_constant Robot_sound_volume{}; +constexpr std::integral_constant Robot_sound_volume{}; enum { Flinch_scale = 4, Attack_scale = 24,