Changed the downloadables.txt source from the old sf.net site, to the
fteqw.com domain. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2920 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
775e3d3311
commit
4f755cf39e
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
#ifdef DOWNLOADMENU
|
#ifdef DOWNLOADMENU
|
||||||
|
|
||||||
#define ROOTDOWNLOADABLESSOURCE "http://fteqw.sourceforge.net/downloadables.txt"
|
#define ROOTDOWNLOADABLESSOURCE "http://fteqw.com/downloadables.txt"
|
||||||
#define INSTALLEDFILES "installed.lst" //the file that resides in the quakedir (saying what's installed).
|
#define INSTALLEDFILES "installed.lst" //the file that resides in the quakedir (saying what's installed).
|
||||||
|
|
||||||
#define DPF_HAVEAVERSION 1 //any old version
|
#define DPF_HAVEAVERSION 1 //any old version
|
||||||
|
@ -413,7 +413,7 @@ void M_AddItemsToDownloadMenu(menu_t *m)
|
||||||
slash = strchr(path+prefixlen, '/');
|
slash = strchr(path+prefixlen, '/');
|
||||||
if (slash)
|
if (slash)
|
||||||
*slash = '\0';
|
*slash = '\0';
|
||||||
|
|
||||||
for (mo = m->options; mo; mo = mo->common.next)
|
for (mo = m->options; mo; mo = mo->common.next)
|
||||||
if (mo->common.type == mt_button)
|
if (mo->common.type == mt_button)
|
||||||
if (!strcmp(mo->button.text, path + prefixlen))
|
if (!strcmp(mo->button.text, path + prefixlen))
|
||||||
|
|
Loading…
Reference in a new issue