]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys_linux.c
Detect appended data to the DP executable.
[xonotic/darkplaces.git] / sys_linux.c
index 269d2b9c4e9d4029b1af06ef5f36878e9e30b2d0..167121a83bd9381f4fc1541de1268b826b3e3bfe 100644 (file)
@@ -146,6 +146,7 @@ int main (int argc, char **argv)
 
        com_argc = argc;
        com_argv = (const char **)argv;
+       Sys_ProvideSelfFD();
 
 #ifdef FNDELAY
        fcntl(0, F_SETFL, fcntl (0, F_GETFL, 0) | FNDELAY);