move the default GameCode definitions from qw:* and nq:* to QuakeWorld and

Quake as that seems to be a more logical place for them.
This commit is contained in:
Bill Currie 2003-01-13 17:32:00 +00:00
parent c9204e3237
commit 9323f359db
1 changed files with 2 additions and 2 deletions

View File

@ -135,21 +135,21 @@ static const char *qfs_default_dirconf =
"{"
" Quake = {"
" Path = \"id1\";"
" GameCode = \"progs.dat\";"
" };"
" QuakeWorld = {"
" Inherit = (Quake);"
" Path = \"qw\";"
" SkinPath = \"qw/skins\";"
" GameCode = \"qwprogs.dat\";"
" };"
" \"qw:*\" = {"
" Inherit = (QuakeWorld);"
" Path = \"$gamedir\";"
" GameCode = \"qwprogs.dat\";"
" };"
" \"nq:*\" = {"
" Inherit = (Quake);"
" Path = \"$gamedir\";"
" GameCode = \"progs.dat\";"
" };"
"}";