]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
Not sure how these didn't make it into the last commit
authorcloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 21 Jun 2020 20:29:19 +0000 (20:29 +0000)
committercloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 21 Jun 2020 20:29:19 +0000 (20:29 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12712 d7cf8633-e32d-0410-b094-e92efae38249

sys.h

diff --git a/sys.h b/sys.h
index 9a1fe32fbe77e8fd70b21eea7737e74b7495da59..ee3b777360380cd5376d7e2382fcecce210ea607 100644 (file)
--- 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;