From 9fd03423a0e5e26397250e8924d2be0e01e2ceaf Mon Sep 17 00:00:00 2001 From: arun Date: Wed, 7 Feb 2007 17:48:24 +0000 Subject: fixed: bug in routine to figure out the next player added rulesets (change in database): at the beginning of a game differnt rules can be chosen --- output.php | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) (limited to 'output.php') diff --git a/output.php b/output.php index bfebf4a..721858f 100644 --- a/output.php +++ b/output.php @@ -70,12 +70,16 @@ function output_register() function output_ask_for_new_game($playerA,$playerB,$playerC,$playerD,$oldgameid) { + global $RULES; + echo "Do you want to continue playing?(This will start a new game, with the next person as dealer.)\n"; echo "
\n"; echo " \n"; echo " \n"; echo " \n"; echo " \n"; + echo " \n"; + echo " \n"; echo " \n"; echo " \n"; echo "
\n"; @@ -86,9 +90,11 @@ function output_ask_for_new_game($playerA,$playerB,$playerC,$playerD,$oldgameid) function output_form_for_new_game($names) { ?> +

Players

Please select four players (or use the randomly pre-selected names)

- +

Rules

+ +

ten of hearts: +

+

+

schweinchen (both foxes): +

+

+
no
+ only on my turn
-\n"; echo "\n"; echo "\n"; -- cgit v1.2.3-18-g5258