Follow-up Comment #5, bug #25222 (project wesnoth):

wesnoth.exe!wb::side_actions_container::queue(unsigned int turn_num,
std::shared_ptr<wb::action> action) Line 163    C++
wesnoth.exe!wb::side_actions::synced_enqueue(unsigned int turn_num,
std::shared_ptr<wb::action> act) Line 659       C++
wesnoth.exe!wb::side_actions::queue_action(unsigned int turn_num,
std::shared_ptr<wb::action> action) Line 413    C++
wesnoth.exe!wb::side_actions::queue_move(unsigned int turn, unit & mover,
const pathfind::marked_route & route, std::shared_ptr<arrow> arrow,
fake_unit_ptr fake_unit) Line 677       C++
wesnoth.exe!wb::manager::save_temp_move() Line 787      C++
wesnoth.exe!events::mouse_handler::move_action(bool browse) Line 699    C++


In manager::save_temp_move() there is a loop to add temporary (presumably
planning-mode) moves to a queue. This is the loop I was referring to - with
each loop increment num_turns() in side_actions_container::queue() also
increments.

    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?25222>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Wesnoth-bugs mailing list
Wesnoth-bugs@gna.org
https://mail.gna.org/listinfo/wesnoth-bugs

Reply via email to