From: Carsten W. <ca...@us...> - 2004-10-18 19:46:04
|
Update of /cvsroot/jake2/jake2/src/jake2/qcommon In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12650/src/jake2/qcommon Modified Files: FS.java Log Message: reformat (java conventions) Index: FS.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/qcommon/FS.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** FS.java 21 Sep 2004 10:46:07 -0000 1.7 --- FS.java 18 Oct 2004 19:45:54 -0000 1.8 *************** *** 6,27 **** */ /* ! Copyright (C) 1997-2001 Id Software, Inc. This program is free software; you can redistribute it and/or ! modify it under the terms of the GNU General Public License ! as published by the Free Software Foundation; either version 2 ! of the License, or (at your option) any later version. ! This program is distributed in the hope that it will be useful, [...1658 lines suppressed...] ! // char *start; ! searchpath_t s; ! ! if (who == 1) // xatrix ! ch = 'x'; ! else if (who == 2) ! ch = 'r'; ! ! for (s = fs_searchpaths; s != null; s = s.next) { ! if (s.filename.indexOf("xatrix") != -1) ! return 1; ! ! if (s.filename.indexOf("rogue") != -1) ! return 2; ! } ! ! return 0; ! } ! } \ No newline at end of file |