mirror of
https://github.com/yquake2/xatrix.git
synced 2025-04-16 23:45:19 +00:00
Added missing include for USHRT_MAX
This commit is contained in:
parent
381b0ca57c
commit
0a34834dc5
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
#include "../header/local.h"
|
||||
#include "../monster/misc/player.h"
|
||||
#include <limits.h>
|
||||
|
||||
#define PLAYER_NOISE_SELF 0
|
||||
#define PLAYER_NOISE_IMPACT 1
|
||||
|
|
Loading…
Reference in a new issue