Finished correcting your stuff SidLuke

This commit is contained in:
David Anderson
2005-08-01 04:55:55 +00:00
parent 562633c040
commit a35b96fb7e
11 changed files with 34 additions and 102 deletions

View File

@ -147,7 +147,7 @@ void Client_TSHealth_End(void* mValue){
if ( weaponData[weapon].melee )
pAttacker->saveShot(weapon);
g_damage_info.exec( pAttacker->index, mPlayer->index, damage, weapon, aim, TA );
MF_ExecuteForward(g_damage_info, pAttacker->index, mPlayer->index, damage, weapon, aim, TA );
if ( mPlayer->IsAlive() )
return;
@ -219,7 +219,7 @@ void Client_TSHealth_End(void* mValue){
pAttacker->killFlags = killFlags;
pAttacker->saveKill(mPlayer,weapon,( aim == 1 ) ? 1:0 ,TA);
g_death_info.exec( pAttacker->index, mPlayer->index, weapon, aim, TA );
MF_ExecuteForward(g_death_info, pAttacker->index, mPlayer->index, weapon, aim, TA );
}