[chocolate-doom] 32/42: Change dehacked startup message

Jonathan Dowland jmtd at moszumanska.debian.org
Mon Jan 30 15:06:52 UTC 2017


This is an automated email from the git hooks/post-receive script.

jmtd pushed a commit to annotated tag chocolate-doom-0.1.0
in repository chocolate-doom.

commit 50bdeb95160fb3a6408b1af53fcf39c9d8695d51
Author: Simon Howard <fraggle at gmail.com>
Date:   Sat Oct 8 21:01:55 2005 +0000

    Change dehacked startup message
    
    Subversion-branch: /trunk/chocolate-doom
    Subversion-revision: 176
---
 src/d_main.c | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/src/d_main.c b/src/d_main.c
index 56f5711..af3f4c1 100644
--- a/src/d_main.c
+++ b/src/d_main.c
@@ -1,7 +1,7 @@
 // Emacs style mode select   -*- C++ -*- 
 //-----------------------------------------------------------------------------
 //
-// $Id: d_main.c 172 2005-10-08 20:10:51Z fraggle $
+// $Id: d_main.c 176 2005-10-08 21:01:55Z fraggle $
 //
 // Copyright(C) 1993-1996 Id Software, Inc.
 // Copyright(C) 2005 Simon Howard
@@ -22,6 +22,9 @@
 // 02111-1307, USA.
 //
 // $Log$
+// Revision 1.22  2005/10/08 21:01:55  fraggle
+// Change dehacked startup message
+//
 // Revision 1.21  2005/10/08 20:10:51  fraggle
 // Shut up compiler warning
 //
@@ -106,7 +109,7 @@
 //-----------------------------------------------------------------------------
 
 
-static const char rcsid[] = "$Id: d_main.c 172 2005-10-08 20:10:51Z fraggle $";
+static const char rcsid[] = "$Id: d_main.c 176 2005-10-08 21:01:55Z fraggle $";
 
 #define	BGCOLOR		7
 #define	FGCOLOR		8
@@ -1130,7 +1133,7 @@ void D_DoomMain (void)
     printf ("Z_Init: Init zone memory allocation daemon. \n");
     Z_Init ();
 
-    printf("DEH_CheckCommandLine: initialise Dehacked support.\n");
+    printf("DEH_CheckCommandLine: Init Dehacked support.\n");
     DEH_CheckCommandLine();
 
     printf ("W_Init: Init WADfiles.\n");

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/chocolate-doom.git



More information about the Pkg-games-commits mailing list