This is an automated email from the git hooks/post-receive script. smcv pushed a commit to annotated tag 1.42d in repository iortcw.
commit 731068eac7e9b3eed3149cd3432148eb58e67338 Author: [email protected] <[email protected]@e65d2741-a53d-b2dc-ae96-bb75fa5e4c4a> Date: Sun May 4 01:04:55 2014 +0000 MP: Remove unused variable mpsppakfilestring --- MP/code/qcommon/files.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/MP/code/qcommon/files.c b/MP/code/qcommon/files.c index 0922b2e..1ab3969 100644 --- a/MP/code/qcommon/files.c +++ b/MP/code/qcommon/files.c @@ -3154,11 +3154,6 @@ void FS_AddGameDirectory( const char *path, const char *dir, qboolean allowUnzip int numfiles; char **pakfiles; char *sorted[MAX_PAKFILES]; -// JPW NERVE - char mpsppakfilestring[4]; - - sprintf( mpsppakfilestring,"msp" ); -// jpw // find all pak files in this directory Q_strncpyz(curpath, FS_BuildOSPath(path, dir, ""), sizeof(curpath)); -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/iortcw.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

