summaryrefslogtreecommitdiff
path: root/src/p_inter.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/p_inter.c')
-rw-r--r--src/p_inter.c29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/p_inter.c b/src/p_inter.c
index e6cdf846..484178dd 100644
--- a/src/p_inter.c
+++ b/src/p_inter.c
@@ -1,8 +1,6 @@
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
-// $Id: p_inter.c 641 2006-09-21 11:13:28Z rtc_marine $
-//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 2005 Simon Howard
//
@@ -21,39 +19,12 @@
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
// 02111-1307, USA.
//
-// $Log$
-// Revision 1.7 2006/01/12 00:21:29 fraggle
-// Interpret the dehacked "max health" setting properly.
-//
-// Revision 1.6 2005/10/17 21:02:57 fraggle
-// Dehacked Misc support: Max soulsphere, Soulsphere+Megasphere health bonus
-// values, God mode health value
-//
-// Revision 1.5 2005/10/17 20:49:42 fraggle
-// Add dehacked "Misc" implementations for max armor+health, blue+green
-// armor classes
-//
-// Revision 1.4 2005/10/03 21:39:39 fraggle
-// Dehacked text substitutions
-//
-// Revision 1.3 2005/07/23 18:56:07 fraggle
-// Remove unneccessary pragmas
-//
-// Revision 1.2 2005/07/23 16:44:56 fraggle
-// Update copyright to GNU GPL
-//
-// Revision 1.1.1.1 2005/07/23 16:20:12 fraggle
-// Initial import
-//
-//
// DESCRIPTION:
// Handling interactions (i.e., collisions).
//
//-----------------------------------------------------------------------------
-static const char
-rcsid[] = "$Id: p_inter.c 641 2006-09-21 11:13:28Z rtc_marine $";
// Data.