From 44adf43ccb058fb76e7bdbb18917ca86a7f7ec29 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sun, 17 Jun 2007 18:55:34 +0200 Subject: NEW FEATURE: reuse random numbers from old games random numbers generated for old games are reused in case none of the players were in that old game. Will be interesting how different people play with the same hand ;) --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index a2cf35b..fa828da 100644 --- a/index.php +++ b/index.php @@ -72,7 +72,7 @@ if(myisset("new")) $useridD = DB_get_userid_by_name($PlayerD); /* create random numbers */ - $randomNR = create_array_of_random_numbers(); + $randomNR = create_array_of_random_numbers($useridA,$useridB,$useridC,$useridD); $randomNRstring = join(":",$randomNR); /* get ruleset information or create new one */ -- cgit v1.2.3-18-g5258