summaryrefslogtreecommitdiffstats
path: root/include/game.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/game.php')
-rw-r--r--include/game.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/game.php b/include/game.php
index f9daf65..a11e6b6 100644
--- a/include/game.php
+++ b/include/game.php
@@ -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 */
}
}