fix unused variable
This commit is contained in:
parent
5813f93399
commit
d20cd899db
1 changed files with 0 additions and 1 deletions
|
@ -1343,7 +1343,6 @@ void game::load_next_scenario(const player_map::const_iterator user) {
|
|||
simple_wml::node & next_scen = cfg_scenario.root().add_child("next_scenario");
|
||||
level_.root().copy_into(next_scen);
|
||||
next_scen.set_attr("started", started_ ? "yes" : "no");
|
||||
const simple_wml::node::child_list & sides = starting_pos(next_scen)->children("side");
|
||||
|
||||
DBG_GAME << "****\n loading next scenario for a client. sides info = " << std::endl;
|
||||
DBG_GAME << debug_sides_info() << std::endl;
|
||||
|
|
Loading…
Add table
Reference in a new issue