]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - common.c
Detect appended data to the DP executable.
[xonotic/darkplaces.git] / common.c
index ad5f5abb686fc4348cbf1666f09da73e8623dfd1..a9b21b6befcdaac4a4b81d650170aa0d2b830fc4 100644 (file)
--- a/common.c
+++ b/common.c
@@ -33,6 +33,7 @@ cvar_t cmdline = {0, "cmdline","0", "contains commandline the engine was launche
 char com_token[MAX_INPUTLINE];
 int com_argc;
 const char **com_argv;
+int com_selffd = -1;
 
 gamemode_t gamemode;
 const char *gamename;