Added missing include for USHRT_MAX

This commit is contained in:
Jaime Moreira 2023-09-15 11:42:50 -03:00
parent 4afcd900cc
commit faee2203b8
1 changed files with 1 additions and 0 deletions

View File

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