from mult *= 2 to mult += 1
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sat, 12 Dec 2009 08:39:40 +0000 (08:39 +0000)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sat, 12 Dec 2009 08:39:40 +0000 (08:39 +0000)
web/briskin5/index_wr.php

index 48cc433..81922cf 100644 (file)
@@ -165,7 +165,7 @@ else if ($user->stat == 'table') {
     
       log_wr(sprintf("GIOCO FINITO !!!"));
     
-      $table->mult *= 2
+      $table->mult += 1
       $table->old_reason = sprintf("Ha lasciato %s perché aveva al massimo 2 punti.", xcape($user->name));
 
       $table->game_next();
@@ -278,7 +278,7 @@ else if ($user->stat == 'table') {
            log_wr(sprintf("GIOCO FINITO !!!"));
          
            $table->old_reason = "Hanno passato tutti.";
-           $table->mult *= 2
+           $table->mult += 1
 
            $table->game_next();
            $table->game_init(&$bri->user);