]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys_sdl.c
Detect appended data to the DP executable.
[xonotic/darkplaces.git] / sys_sdl.c
index d0efa8353c0c62a05fd7653370374f17ceaa17ac..724eb79d663a0a4bf456521d652ca85bebe710ee 100644 (file)
--- a/sys_sdl.c
+++ b/sys_sdl.c
@@ -168,6 +168,7 @@ int main (int argc, char *argv[])
 
        com_argc = argc;
        com_argv = (const char **)argv;
+       Sys_ProvideSelfFD();
 
 #ifndef WIN32
        fcntl(0, F_SETFL, fcntl (0, F_GETFL, 0) | FNDELAY);