Merge pull request #1059 from protocultor/limits

Added missing include, fixing compilation in Linux and MacOS
This commit is contained in:
Yamagi 2023-09-15 20:17:54 +02:00 committed by GitHub
commit f714650841
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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