From: cloudwalk Date: Sun, 21 Jun 2020 20:29:19 +0000 (+0000) Subject: Not sure how these didn't make it into the last commit X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=commitdiff_plain;h=5a5abfc2390c005ad6ddb0dcd200a40878f82281 Not sure how these didn't make it into the last commit git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12712 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/sys.h b/sys.h index 9a1fe32f..ee3b7773 100644 --- a/sys.h +++ b/sys.h @@ -28,6 +28,9 @@ typedef struct sys_s const char **argv; int selffd; int outfd; + int nicelevel; + qboolean nicepossible; + qboolean isnice; } sys_t; extern sys_t sys;