mirror of
https://github.com/yquake2/zaero.git
synced 2024-11-10 06:32:04 +00:00
Added missing include for USHRT_MAX
This commit is contained in:
parent
5f60bc3cb9
commit
8d203ad0f2
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
#include "../header/local.h"
|
#include "../header/local.h"
|
||||||
#include "../monster/misc/player.h"
|
#include "../monster/misc/player.h"
|
||||||
|
#include <limits.h>
|
||||||
|
|
||||||
qboolean is_quad;
|
qboolean is_quad;
|
||||||
byte is_silenced;
|
byte is_silenced;
|
||||||
|
|
Loading…
Reference in a new issue