Follow-up Comment #4, patch #3133 (project wesnoth):

movement-split.diff doesn't compile in MSVC,
in the

                // Fire sighted event here
                for (sight_it = stops.seen_units.begin();
                                sight_it != stops.seen_units.end(); ++sight_it)

part it can't make the sight_it = stops.seen_units.begin() assignment due to
missing operator (error C2679); movement-split-improved.diff improved however
compiles and this is supposedly what you want to get applied.

    _______________________________________________________

Reply to this item at:

  <http://gna.org/patch/?3133>

_______________________________________________
  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