move menu.dat to its new home :)

This commit is contained in:
Bill Currie 2003-02-07 20:18:59 +00:00
parent 3ab4eb6545
commit 137b56892f
2 changed files with 5 additions and 1 deletions

View file

@ -139,7 +139,11 @@ static plitem_t *qfs_gd_plist;
static const char *qfs_game = "";
static const char *qfs_default_dirconf =
"{"
" QF = {"
" Path = \"QF\";"
" };"
" Quake = {"
" Inherit = QF;"
" Path = \"id1\";"
" GameCode = \"progs.dat\";"
" };"

View file

@ -3,7 +3,7 @@ AUTOMAKE_OPTIONS= foreign
#FIXME should qf data be installed somewhere other than id1 that gets
#searched after everything else?
pkgdatadir=@sharepath@/id1
pkgdatadir=@sharepath@/QF
QFCC_DEP=$(top_builddir)/tools/qfcc/source/qfcc$(EXEEXT)
QFCC=$(QFCC_DEP)