[chocolate-doom] 26/79: Specify signed char explicitly for ticcmd_t fields.

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 a78ddf0ecadb3580f5f09b09a931abc5734b7f33
Author: Simon Howard <fraggle at gmail.com>
Date:   Thu Jan 5 02:42:58 2006 +0000

    Specify signed char explicitly for ticcmd_t fields.
    
    Subversion-branch: /trunk/chocolate-doom
    Subversion-revision: 254
---
 src/d_ticcmd.h | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/src/d_ticcmd.h b/src/d_ticcmd.h
index cfd6ebd..1c41d77 100644
--- a/src/d_ticcmd.h
+++ b/src/d_ticcmd.h
@@ -1,7 +1,7 @@
 // Emacs style mode select   -*- C++ -*- 
 //-----------------------------------------------------------------------------
 //
-// $Id: d_ticcmd.h 18 2005-07-23 18:56:07Z fraggle $
+// $Id: d_ticcmd.h 254 2006-01-05 02:42:58Z fraggle $
 //
 // Copyright(C) 1993-1996 Id Software, Inc.
 // Copyright(C) 2005 Simon Howard
@@ -39,8 +39,8 @@
 // plus a checksum for internal state consistency.
 typedef struct
 {
-    char	forwardmove;	// *2048 for move
-    char	sidemove;	// *2048 for move
+    signed char	forwardmove;	// *2048 for move
+    signed char	sidemove;	// *2048 for move
     short	angleturn;	// <<16 for angle delta
     short	consistancy;	// checks for net game
     byte	chatchar;
@@ -53,6 +53,9 @@ typedef struct
 //-----------------------------------------------------------------------------
 //
 // $Log$
+// Revision 1.4  2006/01/05 02:42:58  fraggle
+// Specify signed char explicitly for ticcmd_t fields.
+//
 // Revision 1.3  2005/07/23 18:56:07  fraggle
 // Remove unneccessary pragmas
 //

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