From 22476b3bfccf24c1efdd58d5ab97a7ef0fdf9162 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Sun, 23 Sep 2007 15:45:46 +0000 Subject: [PATCH] number of tables = 12 --- web/brisk.phh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/brisk.phh b/web/brisk.phh index 8822edc..53512be 100644 --- a/web/brisk.phh +++ b/web/brisk.phh @@ -22,7 +22,7 @@ define(FTOK_PATH, "/var/lib/brisk"); define(LEGAL_PATH, "/tmp/legal_brisk"); define(PROXY_PATH, "/var/lib/brisk_proxy"); -define(TABLES_N, 8); +define(TABLES_N, 12); define(PLAYERS_N, 3); define(MAX_POINTS, 5); define(MAX_PLAYERS, (20 + (PLAYERS_N * TABLES_N))); -- 2.17.1