X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=include%2Foutput.php;h=47fddfea50ae2aeab4261edf75cd4c1f9fbb1af8;hb=ec0599c27c8cd38cfc7e9939d753b2d9a262db00;hp=86db0a0a9e5599e5030e38b3c37822177af43a24;hpb=077ab356084fa26910200f28a9cd44a954f291eb;p=e-DoKo.git diff --git a/include/output.php b/include/output.php index 86db0a0..47fddfe 100644 --- a/include/output.php +++ b/include/output.php @@ -75,8 +75,8 @@ function output_form_for_new_game($names)
  • first one normal, second one becomes highest (call during the game)
  • -
  • - second one become highest only in case re/contra was announced (not working yet) +
  • + second one become highest only in case re/contra was announced
  • Call Re/Contra, etc.:

    @@ -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,13 +270,13 @@ function output_header() e-Doko - +