From 5a5abfc2390c005ad6ddb0dcd200a40878f82281 Mon Sep 17 00:00:00 2001 From: cloudwalk Date: Sun, 21 Jun 2020 20:29:19 +0000 Subject: [PATCH] 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 --- sys.h | 3 +++ 1 file changed, 3 insertions(+) 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; -- 2.39.2