p117 - fixed bug in HudCache generation that it stored L rather than E for position

new blackbox regression testing data
This commit is contained in:
steffen123
2008-10-05 06:22:31 +01:00
parent 2ab942128b
commit ce5f6f1d71
7 changed files with 215 additions and 4 deletions
+1 -1
View File
@@ -1583,7 +1583,7 @@ def generateHudCacheData(player_ids, base, category, action_types, actionTypeByN
elif pos>=2 and pos<=4:
hudDataPositions.append('M')
elif pos>=5 and pos<=7:
hudDataPositions.append('L')
hudDataPositions.append('E')
### RHH Added this elif to handle being a dead hand before the BB (pos==9)
elif pos==9:
hudDataPositions.append('X')