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 75296da3be09db81667890442a8d56c91b1857dd Author: Simon Howard <[email protected]> Date: Sun Oct 9 23:52:28 2005 +0000 Fix DEH_Warning call Subversion-branch: /trunk/chocolate-doom Subversion-revision: 188 --- src/deh_thing.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/deh_thing.c b/src/deh_thing.c index b9fb37a..3c6457a 100644 --- a/src/deh_thing.c +++ b/src/deh_thing.c @@ -1,7 +1,7 @@ // Emacs style mode select -*- C++ -*- //----------------------------------------------------------------------------- // -// $Id: deh_thing.c 175 2005-10-08 20:54:16Z fraggle $ +// $Id: deh_thing.c 188 2005-10-09 23:52:28Z fraggle $ // // Copyright(C) 2005 Simon Howard // @@ -21,6 +21,9 @@ // 02111-1307, USA. // // $Log$ +// Revision 1.5 2005/10/09 23:52:28 fraggle +// Fix DEH_Warning call +// // Revision 1.4 2005/10/08 20:54:16 fraggle // Proper dehacked error/warning framework. Catch a load more errors. // @@ -95,7 +98,7 @@ static void *DEH_ThingStart(deh_context_t *context, char *line) if (thing_number < 0 || thing_number >= NUMMOBJTYPES) { - DEH_Warning("Invalid thing number: %i", thing_number); + DEH_Warning(context, "Invalid thing number: %i", thing_number); return NULL; } -- 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

