K 10 svn:author V 4 jeff K 8 svn:date V 27 2003-06-17T10:21:34.000000Z K 7 svn:log V 369 - Temporarily patch a problem where the interact score could be negative because the run time exceeds the largest value a signed int can hold. The real solution involves calculating how far we are over the limit. To quickly solve this problem we loop removing 1/5th of the current value until it falls below the limit. The common case requires no passes. END