mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
Project Settings for Quake II with CTF
This commit is contained in:
parent
330515b1b7
commit
16450b57d2
1 changed files with 6 additions and 0 deletions
|
@ -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 ){
|
||||
|
|
Loading…
Reference in a new issue