[chocolate-doom] 07/13: Fix declaration of I_Sleep (not I_Delay) and move to right header

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

commit bfccd6699e16e5287b67621eec3fe7ed33add1d4
Author: Simon Howard <fraggle at gmail.com>
Date:   Sun Sep 11 16:39:29 2005 +0000

    Fix declaration of I_Sleep (not I_Delay) and move to right header
    
    Subversion-branch: /trunk/chocolate-doom
    Subversion-revision: 97
---
 src/i_system.h | 7 ++++++-
 src/i_video.h  | 6 ++++--
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/src/i_system.h b/src/i_system.h
index 8a4e235..10766d0 100644
--- a/src/i_system.h
+++ b/src/i_system.h
@@ -1,7 +1,7 @@
 // Emacs style mode select   -*- C++ -*- 
 //-----------------------------------------------------------------------------
 //
-// $Id: i_system.h 18 2005-07-23 18:56:07Z fraggle $
+// $Id: i_system.h 97 2005-09-11 16:39:29Z fraggle $
 //
 // Copyright(C) 1993-1996 Id Software, Inc.
 // Copyright(C) 2005 Simon Howard
@@ -48,6 +48,8 @@ byte*	I_ZoneBase (int *size);
 // returns current time in tics.
 int I_GetTime (void);
 
+// Pause for a specified number of ms
+void I_Sleep(int ms);
 
 //
 // Called by D_DoomLoop,
@@ -97,6 +99,9 @@ void I_Error (char *error, ...);
 //-----------------------------------------------------------------------------
 //
 // $Log$
+// Revision 1.4  2005/09/11 16:39:29  fraggle
+// Fix declaration of I_Sleep (not I_Delay) and move to right header
+//
 // Revision 1.3  2005/07/23 18:56:07  fraggle
 // Remove unneccessary pragmas
 //
diff --git a/src/i_video.h b/src/i_video.h
index c4c26b7..d007cac 100644
--- a/src/i_video.h
+++ b/src/i_video.h
@@ -1,7 +1,7 @@
 // Emacs style mode select   -*- C++ -*- 
 //-----------------------------------------------------------------------------
 //
-// $Id: i_video.h 96 2005-09-11 16:35:04Z fraggle $
+// $Id: i_video.h 97 2005-09-11 16:39:29Z fraggle $
 //
 // Copyright(C) 1993-1996 Id Software, Inc.
 // Copyright(C) 2005 Simon Howard
@@ -51,7 +51,6 @@ void I_FinishUpdate (void);
 
 // Wait for vertical retrace or pause a bit.
 void I_WaitVBL(int count);
-void I_Delay(int ms);
 
 void I_ReadScreen (byte* scr);
 
@@ -67,6 +66,9 @@ extern boolean grabmouse;
 //-----------------------------------------------------------------------------
 //
 // $Log$
+// Revision 1.5  2005/09/11 16:39:29  fraggle
+// Fix declaration of I_Sleep (not I_Delay) and move to right header
+//
 // Revision 1.4  2005/09/11 16:35:04  fraggle
 // Missing declarations
 //

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