BUGFIX: guess I should test again before commiting :)
[e-DoKo.git] / functions.php
index 418591dd2d04537a3cb9582a9ee3e745f5871fa8..893f916c68271ba1d0151b83ee288969034094e1 100644 (file)
@@ -681,7 +681,7 @@ function can_call($what,$hash)
        return 1;
       break;
     case "5th-card":
-      if( 27+4*($what/30)) <= $NRallcards + $offset*4)
+      if( 27+4*($what/30) <= $NRallcards + $offset*4)
        return 1;
       break;
     case "9-cards":