reset AP/UB horse games to 8 seat

support Everleaf 4-seat (need a layout, i can't get into the games)
This commit is contained in:
Eric Blade 2010-11-07 20:08:56 -05:00
parent df2f8317f6
commit 02fdcf307e
2 changed files with 3 additions and 1 deletions

View File

@ -219,7 +219,7 @@ class Absolute(HandHistoryConverter):
hand.maxseats = 6
if self.HORSEHand:
hand.maxseats = 9
hand.maxseats = 8 # todo : unless it's heads up!!?
return
def readPlayerStacks(self, hand):

View File

@ -179,6 +179,8 @@ or None if we fail to get the info """
elif seatnum > 6:
hand.maxseats = 8 # everleaf currently does 2/6/10 games, so if seats > 6 are in use, it must be 10-max.
# TODO: implement lookup list by table-name to determine maxes, then fall back to 6 default/10 here, if there's no entry in the list?
elif seatnum > 4:
hand.maxseats = 6 # they added 4-seat games too!
def markStreets(self, hand):