summaryrefslogtreecommitdiff
path: root/src/p_map.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/p_map.c')
-rw-r--r--src/p_map.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/p_map.c b/src/p_map.c
index 5f5272c5..4b5eac96 100644
--- a/src/p_map.c
+++ b/src/p_map.c
@@ -1,8 +1,6 @@
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
-// $Id: p_map.c 655 2006-09-22 22:43:28Z fraggle $
-//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 2005 Simon Howard, Andrey Budko
//
@@ -21,32 +19,12 @@
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
// 02111-1307, USA.
//
-// $Log$
-// Revision 1.5 2006/01/07 19:16:39 fraggle
-// Only display a warning when unable to emulate a spechit overrun
-//
-// Revision 1.4 2006/01/07 19:11:54 fraggle
-// Import the spechit overrun code from prboom-plus. Thanks to Andrey Budko
-// for his investigation into this behavior.
-//
-// Revision 1.3 2005/10/17 22:07:26 fraggle
-// Fix "Monsters Infight"
-//
-// 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:39 fraggle
-// Initial import
-//
-//
// DESCRIPTION:
// Movement, collision handling.
// Shooting and aiming.
//
//-----------------------------------------------------------------------------
-static const char
-rcsid[] = "$Id: p_map.c 655 2006-09-22 22:43:28Z fraggle $";
#include <stdlib.h>