]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys.h
Not sure how these didn't make it into the last commit
[xonotic/darkplaces.git] / 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;