]> 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 8cc24634c307d7d929f376e068f21412f958d589..da40ae2cb3965413d5ea2f887076bafab75839e0 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;