mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-25 02:41:22 +00:00
unvanquished "src" mod for unvanquished mapping from source
This commit is contained in:
parent
e3bf363a63
commit
a88505ebe3
1 changed files with 3 additions and 0 deletions
|
@ -382,6 +382,9 @@ game_t gameList[] = {
|
||||||
{ "q2.game", "Quake II Mission Pack: Ground Zero", "rogue", qfalse, qfalse },
|
{ "q2.game", "Quake II Mission Pack: Ground Zero", "rogue", qfalse, qfalse },
|
||||||
{ "q2.game", "Custom Quake II modification", "", qfalse, qtrue },
|
{ "q2.game", "Custom Quake II modification", "", qfalse, qtrue },
|
||||||
|
|
||||||
|
{ "unvanquished.game", "Unvanquished", "pkg", qtrue, qfalse },
|
||||||
|
{ "unvanquished.game", "Unvanquished from source", "src", qfalse, qfalse },
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
GList *newMappingModesListForGameFile( Str & mGameFile ){
|
GList *newMappingModesListForGameFile( Str & mGameFile ){
|
||||||
|
|
Loading…
Reference in a new issue