BUGFIX: error in scoring algorithm when two players on the contra team made a call
authorArun Persaud <arun@nubati.net>
Wed, 20 Aug 2008 03:00:20 +0000 (20:00 -0700)
committerArun Persaud <arun@nubati.net>
Wed, 20 Aug 2008 03:00:20 +0000 (20:00 -0700)
commit775bbd895cb60c0d62bd2cc2f1b2faeb00001efb
tree610b72fed026417683b2b773a6ba21be6a5dda14
parent53d9b086ef0b8a5e210a5713dcd944c16bd39bc8
BUGFIX: error in scoring algorithm when two players on the contra team made a call

to figure out who made the lower call, you need to compare the two calls, but for some
reason instead of comparing the two contra-calls, the contra call was compared to the re-call
which could make the algorithm belief that the contra-call was higher than it was.

Signed-off-by: Arun Persaud <arun@nubati.net>
include/game.php