From 3e07ecbf6f6b1f9f027bc5895a43d5efa774d083 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sun, 13 Jul 2008 14:40:59 -0700 Subject: NEW FEATURE: in poverty you can now see what cards have been handed over cards exchanged during poverty show now up in the pre-game trick. Signed-off-by: Arun Persaud --- include/output.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/output.php') diff --git a/include/output.php b/include/output.php index 21f7e8e..8272739 100644 --- a/include/output.php +++ b/include/output.php @@ -143,7 +143,7 @@ function display_card($card,$dir="english") /* cards are only availabl for the odd values, e.g. 1.png, 3.png, ... * convert even cards to the matching odd value */ - if( $card/2 - (int)($card/2) == 0.5) + if( $card/2 - (int)($card/2) == 0.5 || $card == 0) echo "\"".DB_get_card_name($card)."\"\n"; else echo "\"".DB_get_card_name($card-1)."\"\n"; @@ -270,7 +270,7 @@ function output_header() e-Doko - +