]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Change Team Keepaway codename to TEAM_KEEPAWAY
authorMario <mario.mario@y7mail.com>
Fri, 1 Jul 2022 05:59:41 +0000 (15:59 +1000)
committerMario <mario.mario@y7mail.com>
Fri, 1 Jul 2022 05:59:41 +0000 (15:59 +1000)
qcsrc/common/gamemodes/gamemode/tka/tka.qh
qcsrc/menu/xonotic/util.qc

index 8a07f5f6578d00a432ae42a3a551264dbe55428f..db7873454cee764fb11de86f32aeb81407bbe934 100644 (file)
@@ -55,7 +55,7 @@ CLASS(TeamKeepaway, Gametype)
     ATTRIB(TeamKeepaway, m_modicons, void(vector pos, vector mySize), HUD_Mod_TeamKeepaway);
 #endif
 ENDCLASS(TeamKeepaway)
-REGISTER_GAMETYPE(TEAMKEEPAWAY, NEW(TeamKeepaway));
+REGISTER_GAMETYPE(TEAM_KEEPAWAY, NEW(TeamKeepaway));
 
 const int TKA_BALL_TAKEN_RED                   = BIT(0);
 const int TKA_BALL_TAKEN_BLUE                  = BIT(1);
index 1a3b072074915281e595220e0473ea36a05a6103..2a9c25a5a880a530eecfcecb1f2ee25a647785be 100644 (file)
@@ -662,7 +662,7 @@ float updateCompression()
        GAMETYPE(MAPINFO_TYPE_CA) \
        GAMETYPE(MAPINFO_TYPE_FREEZETAG) \
        GAMETYPE(MAPINFO_TYPE_KEEPAWAY) \
-       GAMETYPE(MAPINFO_TYPE_TEAMKEEPAWAY) \
+       GAMETYPE(MAPINFO_TYPE_TEAM_KEEPAWAY) \
        GAMETYPE(MAPINFO_TYPE_KEYHUNT) \
        GAMETYPE(MAPINFO_TYPE_LMS) \
        GAMETYPE(MAPINFO_TYPE_DOMINATION) \