allow position 8 in hud cache

This commit is contained in:
eblade 2008-12-18 20:38:43 -05:00
parent 685abee8b1
commit 653cf9847d

View File

@ -2062,7 +2062,7 @@ sure to also change the following storage method and table_viewer.prepare_data i
hudDataPositions.append('C')
elif pos>=2 and pos<=4:
hudDataPositions.append('M')
elif pos>=5 and pos<=7:
elif pos>=5 and pos<=8:
hudDataPositions.append('E')
### RHH Added this elif to handle being a dead hand before the BB (pos==9)
elif pos==9: