Fixed end of turn report to add in number of turns finished early

This commit is contained in:
Dave White 2003-09-28 10:23:31 +00:00
parent 148897f5fe
commit 0cd158126f

View file

@ -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"] << ": "