[chocolate-doom] 36/42: Fix banner string for ultimate doom

Jonathan Dowland jmtd at moszumanska.debian.org
Mon Jan 30 15:06:53 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 a54732688e2f17fd0e0736c0207dd267412529f9
Author: Simon Howard <fraggle at gmail.com>
Date:   Sun Oct 9 14:34:19 2005 +0000

    Fix banner string for ultimate doom
    
    Subversion-branch: /trunk/chocolate-doom
    Subversion-revision: 180
---
 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 170efa9..71a3b20 100644
--- a/src/d_main.c
+++ b/src/d_main.c
@@ -1,7 +1,7 @@
 // Emacs style mode select   -*- C++ -*- 
 //-----------------------------------------------------------------------------
 //
-// $Id: d_main.c 178 2005-10-09 00:20:24Z fraggle $
+// $Id: d_main.c 180 2005-10-09 14:34:19Z fraggle $
 //
 // Copyright(C) 1993-1996 Id Software, Inc.
 // Copyright(C) 2005 Simon Howard
@@ -22,6 +22,9 @@
 // 02111-1307, USA.
 //
 // $Log$
+// Revision 1.24  2005/10/09 14:34:19  fraggle
+// Fix banner string for ultimate doom
+//
 // Revision 1.23  2005/10/09 00:20:24  fraggle
 // Detect registered DOOM banner in dehacked patches
 //
@@ -112,7 +115,7 @@
 //-----------------------------------------------------------------------------
 
 
-static const char rcsid[] = "$Id: d_main.c 178 2005-10-09 00:20:24Z fraggle $";
+static const char rcsid[] = "$Id: d_main.c 180 2005-10-09 14:34:19Z fraggle $";
 
 #define	BGCOLOR		7
 #define	FGCOLOR		8
@@ -792,7 +795,7 @@ static char *banners[] =
     // doom.wad (Ultimate DOOM)
     "                         "
     "The Ultimate DOOM Startup v%i.%i"
-    "                           ",
+    "                        ",
     // doom2.wad
     "                         "
     "DOOM 2: Hell on Earth v%i.%i"

-- 
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