Fixed end of turn report to add in number of turns finished early
This commit is contained in:
parent
148897f5fe
commit
0cd158126f
1 changed files with 1 additions and 0 deletions
|
@ -267,6 +267,7 @@ LEVEL_RESULT play_level(game_data& gameinfo, config& terrain_config,
|
|||
<< finishing_bonus_per_turn
|
||||
<< " " << string_table["per_turn"] << "\n"
|
||||
<< string_table["turns_finished_early"] << ": "
|
||||
<< turns_left << "\n"
|
||||
<< string_table["bonus"] << ": "
|
||||
<< finishing_bonus << "\n"
|
||||
<< string_table["gold"] << ": "
|
||||
|
|
Loading…
Add table
Reference in a new issue