X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=include%2Fuser.php;h=67c720a2b6562ecc841f39e5cae218b4ade78871;hp=dc963770bde30b80028e1a9602f1c690658e1f21;hb=e1b3eaa640a1e4249b8406e946bd65e902aadfb9;hpb=84155be68394d503bc7604f0ca2e2700695241dc diff --git a/include/user.php b/include/user.php index dc96377..67c720a 100644 --- a/include/user.php +++ b/include/user.php @@ -111,7 +111,8 @@ else echo "

Session:
\n"; echo " p = pre-game phase "; echo "P = game in progess "; - echo "F = game finished
"; + echo "F = game finished "; + echo " N = game finished, hand played by others too
"; echo "

\n"; $output = array(); @@ -141,7 +142,14 @@ else if($r[4]=='pre') echo " p \n"; else if ($r[4]=='gameover') - echo " F \n"; + { + echo " "; + if($r[5]<2) + echo "F "; + else + echo $r[5]; + echo "\n"; + } else echo " P \n"; if($r[4] != 'gameover')