summaryrefslogtreecommitdiff
path: root/src/m_bbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/m_bbox.h')
-rw-r--r--src/m_bbox.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/m_bbox.h b/src/m_bbox.h
index 47619857..18e58953 100644
--- a/src/m_bbox.h
+++ b/src/m_bbox.h
@@ -1,7 +1,7 @@
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
-// $Id: m_bbox.h 8 2005-07-23 16:44:57Z fraggle $
+// $Id: m_bbox.h 19 2005-07-23 19:17:11Z fraggle $
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 2005 Simon Howard
@@ -30,7 +30,7 @@
#ifndef __M_BBOX__
#define __M_BBOX__
-#include <values.h>
+#include <limits.h>
#include "m_fixed.h"
@@ -58,6 +58,9 @@ M_AddToBox
//-----------------------------------------------------------------------------
//
// $Log$
+// Revision 1.3 2005/07/23 19:17:11 fraggle
+// Use ANSI-standard limit constants. Remove LINUX define.
+//
// Revision 1.2 2005/07/23 16:44:55 fraggle
// Update copyright to GNU GPL
//