Follow-up Comment #3, bug #13876 (project wesnoth):

Sorry for the terrible formatting, I forgot the verbatim markup. Here is the
pseudocode again:

----

for (boolean moved = true; moved == true;) {
    moved = false;
    for (Unit unit : unitsToMove) {
        moved |= unit.moveTowardsTarget();
    }
}

----

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht geschickt von/durch Gna!
  http://gna.org/


_______________________________________________
Wesnoth-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-bugs

Reply via email to