summaryrefslogtreecommitdiff
path: root/src/tables.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tables.h')
-rw-r--r--src/tables.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/tables.h b/src/tables.h
index 0f56f605..23a9e087 100644
--- a/src/tables.h
+++ b/src/tables.h
@@ -1,7 +1,7 @@
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
-// $Id: tables.h 8 2005-07-23 16:44:57Z fraggle $
+// $Id: tables.h 19 2005-07-23 19:17:11Z fraggle $
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 2005 Simon Howard
@@ -45,13 +45,6 @@
-#ifdef LINUX
-#include <math.h>
-#else
-#define PI 3.141592657
-#endif
-
-
#include "m_fixed.h"
#define FINEANGLES 8192
@@ -103,6 +96,9 @@ SlopeDiv
//-----------------------------------------------------------------------------
//
// $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:57 fraggle
// Update copyright to GNU GPL
//