mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-22 07:10:42 -08:00
Fixed numerical typo
This commit is contained in:
@@ -211,7 +211,7 @@ public class Roulette {
|
||||
return false;
|
||||
} else if (houseBalance <= 0) {
|
||||
out.println("YOU BROKE THE HOUSE!");
|
||||
playerBalance = 10100;
|
||||
playerBalance = 101000;
|
||||
houseBalance = 0;
|
||||
return false;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user