summaryrefslogtreecommitdiff
path: root/src/p_pspr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/p_pspr.c')
-rw-r--r--src/p_pspr.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/p_pspr.c b/src/p_pspr.c
index ec41465d..b29f7ae1 100644
--- a/src/p_pspr.c
+++ b/src/p_pspr.c
@@ -1,8 +1,6 @@
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
-// $Id: p_pspr.c 694 2006-10-11 22:55:06Z fraggle $
-//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 2005 Simon Howard
//
@@ -21,26 +19,12 @@
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
// 02111-1307, USA.
//
-// $Log$
-// Revision 1.3 2005/10/17 20:27:05 fraggle
-// Start of Dehacked 'Misc' section support. Initial Health+Bullets,
-// and bfg cells/shot are supported.
-//
-// Revision 1.2 2005/07/23 16:44:56 fraggle
-// Update copyright to GNU GPL
-//
-// Revision 1.1.1.1 2005/07/23 16:19:45 fraggle
-// Initial import
-//
-//
// DESCRIPTION:
// Weapon sprite animation, weapon objects.
// Action functions for weapons.
//
//-----------------------------------------------------------------------------
-static const char
-rcsid[] = "$Id: p_pspr.c 694 2006-10-11 22:55:06Z fraggle $";
#include "doomdef.h"
#include "d_event.h"