Merge pull request #458 from Pan7/projq2ctf

Project Settings for Quake II with CTF
This commit is contained in:
Timothee "TTimo" Besset 2017-04-22 12:52:35 -05:00 committed by GitHub
commit 58362df1d2

View file

@ -374,6 +374,12 @@ game_t gameList[] = {
{ "sof2.game", sSOF2ComboItem, "base", qtrue, qfalse },
{ "sof2.game", sSOF2ModComboItem, "", qfalse, qtrue },
{ "q2.game", "Quake II", "baseq2", qtrue, qfalse },
{ "q2.game", "Capture The Flag", "ctf", qfalse, qfalse },
{ "q2.game", "Quake II Mission Pack: The Reckoning", "xatrix", qfalse, qfalse },
{ "q2.game", "Quake II Mission Pack: Ground Zero", "rogue", qfalse, qfalse },
{ "q2.game", "Custom Quake II modification", "", qfalse, qtrue },
};
GList *newMappingModesListForGameFile( Str & mGameFile ){