]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Delete useless comment from 2004
authorSamual Lenks <samual@xonotic.org>
Mon, 9 Dec 2013 23:09:51 +0000 (18:09 -0500)
committerSamual Lenks <samual@xonotic.org>
Mon, 9 Dec 2013 23:09:51 +0000 (18:09 -0500)
qcsrc/server/cl_player.qc

index 1a2711832c87504dd635eeec9b9da4b7621cf3c4..fde7ffe3a925e62ac9acb5afb0a0cee96394a1d7 100644 (file)
@@ -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;