Bunch of comment fixes

This commit is contained in:
Tequila 2014-03-13 02:20:54 +01:00
parent 0e6632f464
commit baca82d64e
17 changed files with 21 additions and 20 deletions

View file

@ -640,7 +640,7 @@ void CG_GibPlayer( vec3_t playerOrigin ) {
/*
==================
CG_LaunchGib
CG_LaunchExplode
==================
*/
void CG_LaunchExplode( vec3_t origin, vec3_t velocity, qhandle_t hModel ) {
@ -673,7 +673,7 @@ void CG_LaunchExplode( vec3_t origin, vec3_t velocity, qhandle_t hModel ) {
#define EXP_JUMP 150
/*
===================
CG_GibPlayer
CG_BigExplode
Generated a bunch of gibs launching out from the bodies location
===================