Reduced sound distance.

This commit is contained in:
Steve 2015-11-18 18:37:37 +00:00
parent d5a5271961
commit a43a6b1706
1 changed files with 1 additions and 1 deletions

View File

@ -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);