From 75c3710997dc324d83dc57c55beeb7b3efc6d2f1 Mon Sep 17 00:00:00 2001 From: Samual Lenks Date: Mon, 9 Dec 2013 18:09:51 -0500 Subject: [PATCH] Delete useless comment from 2004 --- qcsrc/server/cl_player.qc | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/qcsrc/server/cl_player.qc b/qcsrc/server/cl_player.qc index 1a2711832..fde7ffe3a 100644 --- a/qcsrc/server/cl_player.qc +++ b/qcsrc/server/cl_player.qc @@ -107,17 +107,6 @@ void WeaponStats_LogKill(float awep, float abot, float vwep, float vbot) WeaponStats_LogItem(awep, abot, vwep, vbot, '1 0 0'); } -// changes by LordHavoc on 03/29/04 and 03/30/04 at Vermeulen's request -// merged player_run and player_stand to player_anim -// added death animations to player_anim -// can now spawn thrown weapons from anywhere, not just from players -// thrown weapons now fade out after 20 seconds -// created PlayerGib function -// PlayerDie no longer uses hitloc or damage -// PlayerDie now supports dying animations as well as gibbing -// cleaned up PlayerDie a lot -// added CopyBody - .entity pusher; .float pushltime; .float istypefrag; -- 2.39.2