From a43a6b170667141e76b1153161698087f32a152f Mon Sep 17 00:00:00 2001 From: Steve Date: Wed, 18 Nov 2015 18:37:37 +0000 Subject: [PATCH] Reduced sound distance. --- src/system/sound.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/sound.h b/src/system/sound.h index c226cb4..2f1af63 100644 --- a/src/system/sound.h +++ b/src/system/sound.h @@ -25,7 +25,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "../structs.h" #include "../json/cJSON.h" -#define MAX_BATTLE_SOUND_DISTANCE 3000 +#define MAX_BATTLE_SOUND_DISTANCE 1500 extern int getDistance(int x1, int y1, int x2, int y2);