Project Settings for Quake II with CTF

This commit is contained in:
Pan7 2017-04-21 18:42:14 +02:00
parent 330515b1b7
commit 16450b57d2
1 changed files with 6 additions and 0 deletions

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 ){