Console client: Several fixes and improvements (thanks to heyn).

This commit is contained in:
lotodore
2008-12-27 16:24:49 +00:00
parent ef8e277295
commit e4ead9e706
12 changed files with 91 additions and 21 deletions
+1 -1
View File
@@ -286,7 +286,7 @@ namespace pokerth_lib
cardString = "Two Pairs, "
+ CardCodeToString(secondPart, true)
+ " and "
+ CardCodeToString(secondPart, true);
+ CardCodeToString(thirdPart, true);
break;
// One Pair
case 1 :