X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fbrisk.phh;h=8bc7fd0b7924b8ea52b4157ffd1c952ef7702e7e;hb=5a7f2b5f229e6596e9cbf507209d403988697d63;hp=34adcd1742d587fa7fe7dbc9a5d52162c06441f4;hpb=8861498f64b33d632aaf4f0b3b54a01503307531;p=brisk.git diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index 34adcd1..8bc7fd0 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -26,8 +26,7 @@ define(TABLES_N, 12); define(PLAYERS_N, 3); define(MAX_POINTS, 5); define(MAX_PLAYERS, (20 + (PLAYERS_N * TABLES_N))); -define(SHM_DIMS, (50000 * MAX_PLAYERS)); -// define(COMM_N, 6); +define(SHM_DIMS, (50000 + 10000 * TABLES_N + 15000 * MAX_PLAYERS)); define(COMM_N, 12); define(COMM_GEN_N, 50); define(SESS_LEN, 13); @@ -975,7 +974,7 @@ class Room { if ($wup_idx < $user_wup_n) { log_main("JOIN_WAKEUP less"); // set the new status - $ret .= 'subst = "standup"; '; + $ret .= 'stat = "room"; subst = "standup"; '; // clean the action buttons in other tables for ($e = 0 ; $e < TABLES_N ; $e++) { if ($this->table[$e]->player_n < PLAYERS_N)