From: Matteo Nastasi (mop) Date: Wed, 19 Mar 2008 06:37:21 +0000 (+0000) Subject: removed cards_hidetake(win) dumb function X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;ds=sidebyside;h=73da829130f1d1e82bbdf16474ad8628419db1f9;p=brisk.git removed cards_hidetake(win) dumb function --- diff --git a/web/briskin5/index_wr.php b/web/briskin5/index_wr.php index 17d001d..c55f8f5 100644 --- a/web/briskin5/index_wr.php +++ b/web/briskin5/index_wr.php @@ -401,7 +401,7 @@ else if ($user->stat == 'table') { $turn_nex = ($table->gstart + $table->turn) % BRISKIN5_PLAYERS_N; log_wr(sprintf("The winner is: [%d] [%s]", $winner, $bri->user[$table->player[$winner]]->name)); - $card_take = sprintf("sleep(gst,2000);|cards_take(%d);|cards_hidetake($d);", + $card_take = sprintf("sleep(gst,2000);|cards_take(%d);", $winner, $winner); $player_cur = "remark_off();" . $card_take . "|"; if ($turn_cur != $turn_nex)