craigmart-in / cisc370-finalproject

Automatically exported from code.google.com/p/cisc370-finalproject
0 stars 0 forks source link

Stuck in betting loop when out of money #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. set money to 0
2. start blackjack
3. try to bet

What is the expected output? 
Play without betting? Min = 0?

What do you see instead?
Min value is 10.

Original issue reported on code.google.com by cmgec...@gmail.com on 10 May 2011 at 2:48

GoogleCodeExporter commented 9 years ago
I wouldn't call this critical lol but I'll fix it quick.  I'll just make it so 
that the min is 0 for now.

Original comment by laxgee...@gmail.com on 10 May 2011 at 3:10

GoogleCodeExporter commented 9 years ago
I think it's critical... can't play if you have 0 money and you can't get out 
with out force closing then the server errors out...

also fixed/verified/done

Original comment by cmgec...@gmail.com on 10 May 2011 at 4:38