]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - common.h
somehow I missed this edit in the other maps/ checks
[xonotic/darkplaces.git] / common.h
index a31e822cc5fead2764828b0b3765956eac34701b..4c7165c1d6d374741f89de074c9f414831c8ed18 100644 (file)
--- a/common.h
+++ b/common.h
@@ -204,6 +204,7 @@ int COM_ParseToken_Console(const char **datapointer);
 
 extern int com_argc;
 extern const char **com_argv;
+extern int com_selffd;
 
 int COM_CheckParm (const char *parm);
 void COM_Init (void);
@@ -268,9 +269,9 @@ typedef enum gamemode_e
        GAME_DARSANA,
        GAME_CONTAGIONTHEORY,
        GAME_EDU2P,
-       GAME_BLADEMASTER,
        GAME_PROPHECY,
        GAME_BLOODOMNICIDE,
+       GAME_STEELSTORM, // added by motorsep
        GAME_COUNT
 }
 gamemode_t;