Add comment to DerivedStats

This commit is contained in:
Worros 2009-10-15 15:13:09 +08:00
parent 7a9237b707
commit c3bc165a90

View File

@ -801,6 +801,8 @@ class DerivedStats():
# [ (player, action, ....), (player2, action, ...) ]
# The number of unique players in the list per street gives the value for playersAtStreetXXX
# FIXME?? - This isn't couting people that are all in - at least showdown needs to reflect this
self.hands['playersAtStreet1'] = 0
self.hands['playersAtStreet2'] = 0
self.hands['playersAtStreet3'] = 0