]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - common.h
added GAME_SSAMMO
[xonotic/darkplaces.git] / common.h
index 3d962211f6b830a9582c1ce1bffe4778d75d3da7..aa0491a2b1eb3e6873c64895229bbbe8373bde05 100644 (file)
--- a/common.h
+++ b/common.h
@@ -292,6 +292,7 @@ typedef enum gamemode_e
        GAME_BLOODOMNICIDE,
        GAME_STEELSTORM, // added by motorsep
        GAME_STEELSTORM2, // added by motorsep
+       GAME_SSAMMO, // added by motorsep
        GAME_TOMESOFMEPHISTOPHELES, // added by motorsep
        GAME_STRAPBOMB, // added by motorsep for Urre
        GAME_MOONHELM,
@@ -307,6 +308,7 @@ gamemode_t;
 
 extern gamemode_t gamemode;
 extern const char *gamename;
+extern const char *gamenetworkfiltername;
 extern const char *gamedirname1;
 extern const char *gamedirname2;
 extern const char *gamescreenshotname;