removed cards_hidetake(win) dumb function
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Wed, 19 Mar 2008 06:37:21 +0000 (06:37 +0000)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Wed, 19 Mar 2008 06:37:21 +0000 (06:37 +0000)
web/briskin5/index_wr.php

index 17d001d..c55f8f5 100644 (file)
@@ -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)