From f91a22b698415eacda6af7403814caa6f34ad7e5 Mon Sep 17 00:00:00 2001 From: arun Date: Mon, 8 Jan 2007 09:16:20 +0000 Subject: FEATURE: added solo and now you also can only play cards that are valid on a trick --- output.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'output.php') diff --git a/output.php b/output.php index 5b79681..000c2b2 100644 --- a/output.php +++ b/output.php @@ -2,10 +2,10 @@ /* functions which only ouput html */ -function display_status() +function display_status($gametype) { echo "
"; - echo " is someone playing solo, etc?"; + echo " Gametype: $gametype"; echo "
\n"; return; @@ -142,7 +142,7 @@ function check_for_sickness($me,$mycards) "; -- cgit v1.2.3-18-g5258