From 0edb4b26c049e07af0970e081fab699d2bdd333b Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Thu, 30 Apr 2009 00:08:10 -0700 Subject: NEW FEATURE: show number of tricks a person made only shows 0,1,few or many tricks, so that we don't give too much information away. Might adjust or change this in the future. This addresses issues #11. --- include/game.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/game.php') 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 " \n \n"; /* end div trick, end li trick */ } } -- cgit v1.2.3-18-g5258