]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/constants.qh
Merge remote branch 'origin/master' into samual/keepaway
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / constants.qh
index 87484cd8f31c7902cf52e2ed1f69e458b9b7193d..94089951e890760956366e2e8f48eed28c2df77b 100644 (file)
@@ -34,11 +34,12 @@ const float GAME_LMS                        = 6;
 const float GAME_ARENA         = 7;
 const float GAME_KEYHUNT               = 8;
 const float GAME_ASSAULT               = 9;
-const float GAME_ONSLAUGHT     = 10;
-const float GAME_RACE  = 11;
-const float GAME_NEXBALL = 12;
-const float GAME_CTS = 13;
-const float GAME_CA            = 14;
+const float GAME_ONSLAUGHT             = 10;
+const float GAME_RACE                  = 11;
+const float GAME_NEXBALL               = 12;
+const float GAME_CTS                   = 13;
+const float GAME_CA                    = 14;
+const float GAME_KEEPAWAY              = 15;
 
 const float AS_STRING          = 1;
 const float AS_INT             = 2;