mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-03-10 12:01:43 +00:00
added note that the "homedir" patch here is outdated
git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@273 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
542da2a2aa
commit
2bd14ffb22
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
support for user directories, based on a patch by Piotr Szymaniak.
|
support for user directories, based on a patch by Piotr Szymaniak.
|
||||||
against quakespasm svn revision 97.
|
against quakespasm svn revision 97.
|
||||||
** !! in alpha state, minimally tested !! **
|
** !! in alpha state, minimally tested, and certainly outdated !! **
|
||||||
|
|
||||||
Index: Quake/common.c
|
Index: Quake/common.c
|
||||||
===================================================================
|
===================================================================
|
||||||
|
@ -102,3 +102,4 @@ Index: Quake/common.c
|
||||||
i = COM_CheckParm ("-path");
|
i = COM_CheckParm ("-path");
|
||||||
if (i)
|
if (i)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue