diff options
author | Simon Howard | 2006-10-11 22:55:06 +0000 |
---|---|---|
committer | Simon Howard | 2006-10-11 22:55:06 +0000 |
commit | 396de0009d3a045f10e101efc2d3f1b8eb07ab16 (patch) | |
tree | 79319fb3b2ec55f488e584daa97b7326c75155df /src/g_game.c | |
parent | 5db5fe7d42dbcc3912762c6327e34919dc131ca7 (diff) | |
download | chocolate-doom-396de0009d3a045f10e101efc2d3f1b8eb07ab16.tar.gz chocolate-doom-396de0009d3a045f10e101efc2d3f1b8eb07ab16.tar.bz2 chocolate-doom-396de0009d3a045f10e101efc2d3f1b8eb07ab16.zip |
Shut up compiler warnings.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 694
Diffstat (limited to 'src/g_game.c')
-rw-r--r-- | src/g_game.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/g_game.c b/src/g_game.c index 7019c74e..03c8a024 100644 --- a/src/g_game.c +++ b/src/g_game.c @@ -1,7 +1,7 @@ // Emacs style mode select -*- C++ -*- //----------------------------------------------------------------------------- // -// $Id: g_game.c 667 2006-09-25 21:45:30Z fraggle $ +// $Id: g_game.c 694 2006-10-11 22:55:06Z fraggle $ // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 2005 Simon Howard @@ -134,7 +134,7 @@ static const char -rcsid[] = "$Id: g_game.c 667 2006-09-25 21:45:30Z fraggle $"; +rcsid[] = "$Id: g_game.c 694 2006-10-11 22:55:06Z fraggle $"; #include <string.h> #include <stdlib.h> @@ -325,10 +325,10 @@ int mousex; int mousey; int dclicktime; -int dclickstate; +boolean dclickstate; int dclicks; int dclicktime2; -int dclickstate2; +boolean dclickstate2; int dclicks2; // joystick values are repeated |