FiveMinutePlayer::FiveMinutePlayer()
{
m_name = MARK_UV("Five Minute Player");
m_id = 5208;
m_parameters.secondsPerTurn = 60 * 50;
}
I believe the above is in bogowinplayer.cpp and should be changed to the
below.
FiveMinutePlayer::FiveMinutePlayer()
{
m_name = MARK_UV("Five Minute Player");
m_id = 5208;
m_parameters.secondsPerTurn = 60 * 5;
}
On 11/16/06, Anand Buddhdev <[EMAIL PROTECTED]> wrote:
Jason Katz-Brown wrote:
Hi Jason,
> A typo caused him to be Fifty Minute Player in the release. It is
> actually quite useful in evaluating a 2-in-the-bag endgame overnight,
> but otherwise, you probably don't want to wait the fifty minutes for
> it come back with its choices.
Where's the typo? I'm going to compile from source, so I can fix it
before building.
--
Anand