Follow-up Comment #4, bug #9725 (project wesnoth):

A more convenient test case:


    [event]
        name=moveto
        first_time_only=no

        [store_unit]
            [filter]
                side=1,2
            [/filter]

            kill=yes
            variable=temp
        [/store_unit]

        {FOREACH temp i}
            [unstore_unit]
                variable=temp[$i]
            [/unstore_unit]
        {NEXT i}
    [/event]


This causes all units of sides 1 and 2 to disappear on moveto both with
builds of r19379 and r19402 but not with r19320 or earlier.

    _______________________________________________________

Reply to this item at:

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

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


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

Reply via email to