[chocolate-doom] 33/79: Only display a warning when unable to emulate a spechit overrun

Jonathan Dowland jmtd at moszumanska.debian.org
Mon Jan 30 15:07:22 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.3
in repository chocolate-doom.

commit 1432f924ba8bce62b212b57909a69fc4fdee8270
Author: Simon Howard <fraggle at gmail.com>
Date:   Sat Jan 7 19:16:39 2006 +0000

    Only display a warning when unable to emulate a spechit overrun
    
    Subversion-branch: /trunk/chocolate-doom
    Subversion-revision: 261
---
 src/p_map.c | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/p_map.c b/src/p_map.c
index 384fc67..6c7243b 100644
--- a/src/p_map.c
+++ b/src/p_map.c
@@ -1,7 +1,7 @@
 // Emacs style mode select   -*- C++ -*- 
 //-----------------------------------------------------------------------------
 //
-// $Id: p_map.c 260 2006-01-07 19:11:54Z fraggle $
+// $Id: p_map.c 261 2006-01-07 19:16:39Z fraggle $
 //
 // Copyright(C) 1993-1996 Id Software, Inc.
 // Copyright(C) 2005 Simon Howard, Andrey Budko
@@ -22,6 +22,9 @@
 // 02111-1307, USA.
 //
 // $Log$
+// Revision 1.5  2006/01/07 19:16:39  fraggle
+// Only display a warning when unable to emulate a spechit overrun
+//
 // Revision 1.4  2006/01/07 19:11:54  fraggle
 // Import the spechit overrun code from prboom-plus.  Thanks to Andrey Budko
 // for his investigation into this behavior.
@@ -43,7 +46,7 @@
 //-----------------------------------------------------------------------------
 
 static const char
-rcsid[] = "$Id: p_map.c 260 2006-01-07 19:11:54Z fraggle $";
+rcsid[] = "$Id: p_map.c 261 2006-01-07 19:16:39Z fraggle $";
 
 #include <stdlib.h>
 
@@ -1389,8 +1392,6 @@ static void SpechitOverrun(line_t *ld)
 {
     int addr = 0x01C09C98 + (ld - lines) * 0x3E;
 
-    printf("Emulating spechit overrun, numspechit=%i\n", numspechit);
-    
     switch(numspechit)
     {
         case 9: 

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