mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-10 12:01:10 +00:00
Merge pull request #596 from illwieckz/unv-src-mod
unvanquished "src" mod for unvanquished mapping from source
This commit is contained in:
commit
49a90dca7e
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