NEW FEATURE: show number of tricks a person made
[e-DoKo.git] / include / game.php
index f9daf6523dc916dd7517854925c98d5fcdbf9fec..a11e6b6eb48d64c56370b2c497dcfbaeb402e753 100644 (file)
@@ -1295,6 +1295,7 @@ switch($mystatus)
        /* end of trick? */
        if($seq==4)
          {
+           $winner    = get_winner($play,$gametype); /* returns the position */
            echo "    </div>\n  </li>\n";  /* end div trick, end li trick */
          }
       }