diff --git a/libs/util/quakefs.c b/libs/util/quakefs.c index 8f6b78426..40ba345e4 100644 --- a/libs/util/quakefs.c +++ b/libs/util/quakefs.c @@ -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\";" " };" diff --git a/ruamoko/cl_menu/Makefile.am b/ruamoko/cl_menu/Makefile.am index e6e2395d7..6962bda22 100644 --- a/ruamoko/cl_menu/Makefile.am +++ b/ruamoko/cl_menu/Makefile.am @@ -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)