more consistent wording in output
This commit is contained in:
parent
03a40b601f
commit
50ddeff59a
1 changed files with 2 additions and 2 deletions
|
@ -136,8 +136,8 @@ namespace Hanabi
|
||||||
{
|
{
|
||||||
if (not printed_replay_end_msg)
|
if (not printed_replay_end_msg)
|
||||||
{
|
{
|
||||||
std::cout << "Draw pile size of " << game.state->draw_pile_size() - 1
|
std::cout << "Specified draw pile size of " << game.state->draw_pile_size() - 1
|
||||||
<< " or lower cannot be obtained with the specified replay:" << std::endl;
|
<< " cannot be reached with specified replay." << std::endl;
|
||||||
std::cout << "Replay ends at turn " << game.cur_turn() << " with score of " << game.state->score() << "."
|
std::cout << "Replay ends at turn " << game.cur_turn() << " with score of " << game.state->score() << "."
|
||||||
<< std::endl;
|
<< std::endl;
|
||||||
printed_replay_end_msg = true;
|
printed_replay_end_msg = true;
|
||||||
|
|
Loading…
Reference in a new issue