codesacka / openholdembot

Automatically exported from code.google.com/p/openholdembot
Other
0 stars 0 forks source link

Logic error in CAutoplayer::DoSwag #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Which product and version is being used? (OpenHoldem, OpenScrape, OHReplay,
or ManualMode)
OH PRB2

Logic error in CAutoplayer::DoSwag,

if (p_tablemap->swagconfirmationmethod() == BETCONF_NOTHING)

should be

else if (p_tablemap->swagconfirmationmethod() == BETCONF_NOTHING)

Original issue reported on code.google.com by openhol...@gmail.com on 6 May 2009 at 1:58

GoogleCodeExporter commented 9 years ago

Original comment by openhol...@gmail.com on 6 May 2009 at 1:59

GoogleCodeExporter commented 9 years ago
Fixed in rev 798

Original comment by openhol...@gmail.com on 7 May 2009 at 12:49