mirror of
https://github.com/yquake2/zaero.git
synced 2024-11-10 06:32:04 +00:00
Merge pull request #39 from protocultor/limits
Added missing include, fixing compilation in Linux and MacOS
This commit is contained in:
commit
30bc59a2a6
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
#include "../header/local.h"
|
||||
#include "../monster/misc/player.h"
|
||||
|
||||
#include <limits.h>
|
||||
|
||||
qboolean is_quad;
|
||||
byte is_silenced;
|
||||
|
|
Loading…
Reference in a new issue