mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
Project settings for Quake II
This commit is contained in:
parent
330515b1b7
commit
9c3d3185ae
1 changed files with 5 additions and 0 deletions
|
@ -374,6 +374,11 @@ game_t gameList[] = {
|
|||
{ "sof2.game", sSOF2ComboItem, "base", qtrue, qfalse },
|
||||
{ "sof2.game", sSOF2ModComboItem, "", qfalse, qtrue },
|
||||
|
||||
{ "q2.game", "Quake II", "baseq2", qtrue, 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