BUGFIX: full bet rule (part 2) -> solved BugID: 0000001

This commit is contained in:
floty
2010-01-03 13:06:09 +00:00
parent 8bafd61f3c
commit 6807449a33
2 changed files with 33 additions and 13 deletions
+4 -4
View File
@@ -859,13 +859,13 @@ LocalPlayer::LocalPlayer(ConfigFile *c, BoardInterface *b, int id, unsigned uniq
switch(myUniqueID) {
case 0: {
myCash=2765;
} break;
case 1: {
myCash=50;
} break;
case 1: {
myCash=1000;
} break;
case 2: {
myCash=100;
myCash=1000;
} break;
case 3: {
myCash=0;