- added fxgl to the permissions check

This commit is contained in:
Jamie Wilkinson 2002-04-13 00:28:30 +00:00
parent 494ff6431b
commit 925a3c1e98

View file

@ -281,7 +281,8 @@ qboolean VID_LoadRefresh( char *name )
if (strstr(fn, "softx") == NULL && if (strstr(fn, "softx") == NULL &&
strstr(fn, "glx") == NULL && strstr(fn, "glx") == NULL &&
strstr(fn, "softsdl") == NULL && strstr(fn, "softsdl") == NULL &&
strstr(fn, "sdlgl") == NULL) { // softx doesn't require root strstr(fn, "sdlgl") == NULL &&
strstr(fn, "fxgl") == NULL) { // softx doesn't require root
#if 0 #if 0
if (st.st_uid != 0) { if (st.st_uid != 0) {
Com_Printf( "LoadLibrary(\"%s\") failed: ref is not owned by root\n", name); Com_Printf( "LoadLibrary(\"%s\") failed: ref is not owned by root\n", name);