Changed rq3ctf to rq3ctb in the .arena parsing code.

This commit is contained in:
Richard Allen 2002-07-24 05:28:44 +00:00
parent f34b9bdb9d
commit 79bf32dbb9
2 changed files with 7 additions and 1 deletions

View file

@ -1,7 +1,10 @@
# List fixes here for the 2.2 release
* cg_RQ3_predictWeapons added for Q2 similar delayed animations.
* added g_RQ3_ctb_respawndelay for delayed CTB respawns.
* Fixed initial spawning in teammates for CTB
* Changed rq3ctf to rq3ctb in .arena parsing code.
# List fixes here for the 2.1 release

View file

@ -5,6 +5,9 @@
//-----------------------------------------------------------------------------
//
// $Log$
// Revision 1.9 2002/07/24 05:28:44 jbravo
// Changed rq3ctf to rq3ctb in the .arena parsing code.
//
// Revision 1.8 2002/06/16 20:06:14 jbravo
// Reindented all the source files with "indent -kr -ut -i8 -l120 -lc120 -sob -bad -bap"
//
@ -70,7 +73,7 @@ static RQ3_GameType_t RQ3_GameTypes[] = {
{"rq3dm", 1 << GT_FFA},
{"rq3tdm", 1 << GT_TEAM},
{"rq3tp", 1 << GT_TEAMPLAY},
{"rq3ctf", 1 << GT_CTF},
{"rq3ctb", 1 << GT_CTF},
{"none", 0}
};