Added missing include for USHRT_MAX

This commit is contained in:
Jaime Moreira 2023-09-15 11:52:42 -03:00
parent 381b0ca57c
commit 0a34834dc5

View file

@ -7,6 +7,7 @@
#include "../header/local.h"
#include "../monster/misc/player.h"
#include <limits.h>
#define PLAYER_NOISE_SELF 0
#define PLAYER_NOISE_IMPACT 1