Merge pull request #39 from protocultor/limits

Added missing include, fixing compilation in Linux and MacOS
This commit is contained in:
Yamagi 2023-09-15 20:20:42 +02:00 committed by GitHub
commit 30bc59a2a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
#include "../header/local.h"
#include "../monster/misc/player.h"
#include <limits.h>
qboolean is_quad;
byte is_silenced;