Go to the source code of this file.
|
void | carryover_show_gold (game_state &state, bool hidden, bool is_observer, bool is_test) |
| calculates the amount of gold carried over for each team, stores the data in the team object and shows the carryover message More...
|
|
◆ ERR_NG
◆ LOG_NG
◆ carryover_show_gold()
void carryover_show_gold |
( |
game_state & |
state, |
|
|
bool |
hidden, |
|
|
bool |
is_observer, |
|
|
bool |
is_test |
|
) |
| |
calculates the amount of gold carried over for each team, stores the data in the team object and shows the carryover message
Definition at line 33 of file carryover_show_gold.cpp.
References _(), game_state::board_, markup::bold(), transient_end_level::carryover_report, div100rounded(), game_state::end_level_data_, game_state::get_game_data(), game_state::get_tod_man(), utils::half_signed_value(), end_level_data::is_victory, game_board::map(), game_data::next_scenario(), next_scenario, tod_manager::number_of_turns(), end_level_data::proceed_to_next_level, gui2::show_transient_message(), t, markup::tag(), game_board::teams(), end_level_data::transient, tod_manager::turn(), turns_left, gamemap::villages(), and VNGETTEXT.
Referenced by playsingle_controller::do_end_level().
◆ log_engine