Merge pull request #596 from illwieckz/unv-src-mod

unvanquished "src" mod for unvanquished mapping from source
This commit is contained in:
Pan7 2018-02-01 13:01:44 +01:00 committed by GitHub
commit 49a90dca7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -382,6 +382,9 @@ game_t gameList[] = {
{ "q2.game", "Quake II Mission Pack: Ground Zero", "rogue", qfalse, qfalse },
{ "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 ){