0
0
Fork 0
mirror of https://github.com/yquake2/yquake2remaster.git synced 2025-03-02 23:42:28 +00:00

Merge pull request 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