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:
Ozkan Sezer 2010-08-14 19:44:58 +00:00
parent 542da2a2aa
commit 2bd14ffb22

View file

@ -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)
{ {