from the "check your changes to see if they compile" dept

This commit is contained in:
David Anderson 2005-08-01 05:10:55 +00:00
parent eb87344a16
commit d94016384a
2 changed files with 8 additions and 2 deletions

View File

@ -522,7 +522,10 @@ public round_end(){
} }
public client_putinserver(id) public client_putinserver(id)
g_multiKills[id] = g_streakKills[ id ] = { 0 , 0 } {
g_multiKills[id] = { 0 , 0 }
g_streakKills[ id ] = { 0 , 0 }
}
public client_damage(attacker,victim,damage,wpnindex,hitplace,TA) public client_damage(attacker,victim,damage,wpnindex,hitplace,TA)
{ {

View File

@ -447,7 +447,10 @@ showStatsMenu(id,pos){
} }
public client_putinserver(id) public client_putinserver(id)
g_multiKills[id] = g_streakKills[ id ] = { 0 , 0 } {
g_multiKills[id] = { 0 , 0 }
g_streakKills[ id ] = { 0 , 0 }
}
public client_damage(attacker,victim,damage,wpnindex,hitplace,TA){ public client_damage(attacker,victim,damage,wpnindex,hitplace,TA){
if ( BulletDamage ) { if ( BulletDamage ) {