[chocolate-doom] 04/42: Fix the length of time that ENDOOM is displayed for

Jonathan Dowland jmtd at moszumanska.debian.org
Mon Jan 30 15:06:49 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 2e2f520fbb35382f545f31ff12d6ece991b05527
Author: Simon Howard <fraggle at gmail.com>
Date:   Sun Oct 2 03:23:54 2005 +0000

    Fix the length of time that ENDOOM is displayed for
    
    Subversion-branch: /trunk/chocolate-doom
    Subversion-revision: 148
---
 src/i_system.c | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/src/i_system.c b/src/i_system.c
index 4e7df1d..d876bae 100644
--- a/src/i_system.c
+++ b/src/i_system.c
@@ -1,7 +1,7 @@
 // Emacs style mode select   -*- C++ -*- 
 //-----------------------------------------------------------------------------
 //
-// $Id: i_system.c 147 2005-10-02 03:16:29Z fraggle $
+// $Id: i_system.c 148 2005-10-02 03:23:54Z fraggle $
 //
 // Copyright(C) 1993-1996 Id Software, Inc.
 // Copyright(C) 2005 Simon Howard
@@ -22,6 +22,9 @@
 // 02111-1307, USA.
 //
 // $Log$
+// Revision 1.12  2005/10/02 03:23:54  fraggle
+// Fix the length of time that ENDOOM is displayed for
+//
 // Revision 1.11  2005/10/02 03:16:29  fraggle
 // ENDOOM support using text mode emulation
 //
@@ -63,7 +66,7 @@
 //-----------------------------------------------------------------------------
 
 static const char
-rcsid[] = "$Id: i_system.c 147 2005-10-02 03:16:29Z fraggle $";
+rcsid[] = "$Id: i_system.c 148 2005-10-02 03:23:54Z fraggle $";
 
 
 #include <stdlib.h>
@@ -195,7 +198,7 @@ void I_Endoom(void)
     waiting = true;
     start_ms = I_GetTime();
 
-    while (waiting && I_GetTime() < start_ms + 10000)
+    while (waiting && I_GetTime() < start_ms + 350)
     {
         if (!SDL_PollEvent(&ev))
         {

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