only include completed games, win + lose = total games

master
melvin 2011-06-12 13:55:28 +08:00
parent fc9fc6076c
commit afd241bbd7
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ BEGIN {
s2 = 0
}
$2 == ai {
$2 == ai && $6 == $7 + $8 {
s1 += $7
s2 += $8
}