mirror of
https://github.com/yquake2/rogue.git
synced 2024-11-10 06:42:21 +00:00
Merge pull request #121 from protocultor/limits
Added missing include, fixing compilation in Linux and MacOS
This commit is contained in:
commit
c299a53a45
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue