[chocolate-doom] 21/42: Allow changing the background flats in finale text screens via dehacked

Jonathan Dowland jmtd at moszumanska.debian.org
Mon Jan 30 15:06:51 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 ba0fc6d909f3d30cb11d880d6f229ba194debab8
Author: Simon Howard <fraggle at gmail.com>
Date:   Thu Oct 6 19:32:38 2005 +0000

    Allow changing the background flats in finale text screens via dehacked
    
    Subversion-branch: /trunk/chocolate-doom
    Subversion-revision: 165
---
 src/f_finale.c | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/f_finale.c b/src/f_finale.c
index 631578e..56da7b1 100644
--- a/src/f_finale.c
+++ b/src/f_finale.c
@@ -1,7 +1,7 @@
 // Emacs style mode select   -*- C++ -*- 
 //-----------------------------------------------------------------------------
 //
-// $Id: f_finale.c 160 2005-10-03 21:39:39Z fraggle $
+// $Id: f_finale.c 165 2005-10-06 19:32:38Z fraggle $
 //
 // Copyright(C) 1993-1996 Id Software, Inc.
 // Copyright(C) 2005 Simon Howard
@@ -22,6 +22,9 @@
 // 02111-1307, USA.
 //
 // $Log$
+// Revision 1.5  2005/10/06 19:32:38  fraggle
+// Allow changing the background flats in finale text screens via dehacked
+//
 // Revision 1.4  2005/10/03 21:39:39  fraggle
 // Dehacked text substitutions
 //
@@ -42,7 +45,7 @@
 
 
 static const char
-rcsid[] = "$Id: f_finale.c 160 2005-10-03 21:39:39Z fraggle $";
+rcsid[] = "$Id: f_finale.c 165 2005-10-06 19:32:38Z fraggle $";
 
 #include <ctype.h>
 
@@ -160,6 +163,7 @@ void F_StartFinale (void)
     // Do dehacked substitutions of strings
   
     finaletext = DEH_String(finaletext);
+    finaleflat = DEH_String(finaleflat);
     
     finalestage = 0;
     finalecount = 0;

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