summaryrefslogtreecommitdiff
path: root/src/st_lib.h
diff options
context:
space:
mode:
authorSimon Howard2006-10-11 22:55:06 +0000
committerSimon Howard2006-10-11 22:55:06 +0000
commit396de0009d3a045f10e101efc2d3f1b8eb07ab16 (patch)
tree79319fb3b2ec55f488e584daa97b7326c75155df /src/st_lib.h
parent5db5fe7d42dbcc3912762c6327e34919dc131ca7 (diff)
downloadchocolate-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/st_lib.h')
-rw-r--r--src/st_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/st_lib.h b/src/st_lib.h
index 8f1f3da0..3ba1ff27 100644
--- a/src/st_lib.h
+++ b/src/st_lib.h
@@ -1,7 +1,7 @@
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
-// $Id: st_lib.h 8 2005-07-23 16:44:57Z fraggle $
+// $Id: st_lib.h 694 2006-10-11 22:55:06Z fraggle $
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 2005 Simon Howard
@@ -129,7 +129,7 @@ typedef struct
int y;
// last icon value
- int oldval;
+ boolean oldval;
// pointer to current icon status
boolean* val;