Quote:
Originally Posted by ry215
Other games, break even is no problem, but with Let It Ride, you win money with 10s or better since playing Let It Ride, you rarely have anything at all. Real casino would pay ya for 10s or better.
|
gotcha, I'll fix it next round. If you want it fixed now in the file letemride_deal.php on line 330:
Code:
if($cash > 0)
$cash = ($cash * $bet);
to
Code:
if($cash > 0)
$cash = ($cash * $bet) + $bet;