[chocolate-doom] 28/83: Begin/EndRead now in i_video.c

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


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

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

commit 80ee1ed1bab906c3c305184cd4720bfa9b623e5d
Author: Simon Howard <fraggle at gmail.com>
Date:   Thu Aug 4 01:14:37 2005 +0000

    Begin/EndRead now in i_video.c
    
    Subversion-branch: /trunk/chocolate-doom
    Subversion-revision: 34
---
 src/i_system.c | 17 +++++------------
 1 file changed, 5 insertions(+), 12 deletions(-)

diff --git a/src/i_system.c b/src/i_system.c
index 5c7fe23..370bba7 100644
--- a/src/i_system.c
+++ b/src/i_system.c
@@ -1,7 +1,7 @@
 // Emacs style mode select   -*- C++ -*- 
 //-----------------------------------------------------------------------------
 //
-// $Id: i_system.c 28 2005-07-25 20:41:59Z fraggle $
+// $Id: i_system.c 34 2005-08-04 01:14:37Z fraggle $
 //
 // Copyright(C) 1993-1996 Id Software, Inc.
 // Copyright(C) 2005 Simon Howard
@@ -22,6 +22,9 @@
 // 02111-1307, USA.
 //
 // $Log$
+// Revision 1.6  2005/08/04 01:14:37  fraggle
+// Begin/EndRead now in i_video.c
+//
 // Revision 1.5  2005/07/25 20:41:59  fraggle
 // Port timer code to SDL
 //
@@ -43,7 +46,7 @@
 //-----------------------------------------------------------------------------
 
 static const char
-rcsid[] = "$Id: i_system.c 28 2005-07-25 20:41:59Z fraggle $";
+rcsid[] = "$Id: i_system.c 34 2005-08-04 01:14:37Z fraggle $";
 
 
 #include <stdlib.h>
@@ -154,16 +157,6 @@ void I_WaitVBL(int count)
     SDL_Delay((count * 1000) / 70);
 }
 
-void I_BeginRead(void)
-{
-    // display "reading" disk
-}
-
-void I_EndRead(void)
-{
-    // remove "reading" disk
-}
-
 byte*	I_AllocLow(int length)
 {
     byte*	mem;

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