This is an automated email from the git hooks/post-receive script. jmtd pushed a commit to annotated tag chocolate-doom-0.1.1 in repository chocolate-doom.
commit 148c5fb7777ecfc2a6240dd1ca0a206ad74c9067 Author: Simon Howard <[email protected]> Date: Mon Oct 17 23:16:09 2005 +0000 Add a "loading" message for each dehacked patch we load, to be orthogonal to the WAD loading code Subversion-branch: /trunk/chocolate-doom Subversion-revision: 213 --- src/deh_main.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/deh_main.c b/src/deh_main.c index 0782d9f..2c0868e 100644 --- a/src/deh_main.c +++ b/src/deh_main.c @@ -1,7 +1,7 @@ // Emacs style mode select -*- C++ -*- //----------------------------------------------------------------------------- // -// $Id: deh_main.c 210 2005-10-17 21:14:31Z fraggle $ +// $Id: deh_main.c 213 2005-10-17 23:16:09Z fraggle $ // // Copyright(C) 2005 Simon Howard // @@ -21,6 +21,10 @@ // 02111-1307, USA. // // $Log$ +// Revision 1.8 2005/10/17 23:16:09 fraggle +// Add a "loading" message for each dehacked patch we load, to be orthogonal +// to the WAD loading code +// // Revision 1.7 2005/10/17 21:14:31 fraggle // Ignore comments in dehacked files. // @@ -335,6 +339,7 @@ void DEH_CheckCommandLine(void) if (argc > 0) { + printf(" loading %s\n", myargv[argc+1]); DEH_ParseFile(myargv[argc+1]); } } -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/chocolate-doom.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

