X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=sys.h;fp=sys.h;h=ee3b777360380cd5376d7e2382fcecce210ea607;hb=5a5abfc2390c005ad6ddb0dcd200a40878f82281;hp=9a1fe32fbe77e8fd70b21eea7737e74b7495da59;hpb=7d08389ce026241f252a7eefa94afff937c50311;p=xonotic%2Fdarkplaces.git 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;