mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
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:
parent
c9204e3237
commit
9323f359db
1 changed files with 2 additions and 2 deletions
|
@ -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\";"
|
||||
" };"
|
||||
"}";
|
||||
|
||||
|
|
Loading…
Reference in a new issue