more consistent wording in output

This commit is contained in:
Maximilian Keßler 2023-11-17 09:28:31 +01:00
parent 03a40b601f
commit 50ddeff59a
Signed by: max
GPG Key ID: BCC5A619923C0BA5

View File

@ -136,8 +136,8 @@ namespace Hanabi
{
if (not printed_replay_end_msg)
{
std::cout << "Draw pile size of " << game.state->draw_pile_size() - 1
<< " or lower cannot be obtained with the specified replay:" << std::endl;
std::cout << "Specified draw pile size of " << game.state->draw_pile_size() - 1
<< " cannot be reached with specified replay." << std::endl;
std::cout << "Replay ends at turn " << game.cur_turn() << " with score of " << game.state->score() << "."
<< std::endl;
printed_replay_end_msg = true;