Merge pull request #121 from protocultor/limits

Added missing include, fixing compilation in Linux and MacOS
This commit is contained in:
Yamagi 2023-09-15 20:20:59 +02:00 committed by GitHub
commit c299a53a45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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