mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-03 04:51:23 +00:00
remove a comment
This commit is contained in:
parent
3dc1cd55ab
commit
ce8ef64191
@ -92,7 +92,6 @@ bool playturn_network_adapter::read(config& dst)
|
||||
//split [turn] indo different [turn] for each child.
|
||||
assert(next_->cfg.all_children_count() > next_command_num_);
|
||||
config::all_children_iterator itor = child_old.ordered_begin();
|
||||
//TODO: implement operator + (all_children_iterator, int ) properly
|
||||
std::advance(itor, next_command_num_);
|
||||
//TODO: implement a non const version of ordered children
|
||||
config& childchild_old = const_cast<config&>(itor->cfg);
|
||||
|
Loading…
x
Reference in New Issue
Block a user