Follow-up Comment #1, bug #9730 (project wesnoth):

...and note that I just changed the macro header quite a bit in r19484, so
the more up-to-date test case for _this_ bug would be to replace CHG_TYPE
with this one:

#define CHG_TYPE FILTER TARGET
    [store_unit]
        [filter]
            {FILTER}
        [/filter]

        variable=chgtype_store
        kill=yes
    [/store_unit]

    {FOREACH chgtype_store i}
        {VARIABLE chgtype_store[$i].type {TARGET}}

        [unstore_unit]
            variable=chgtype_store[$i]
        [/unstore_unit]
    {NEXT i}

    {CLEAR_VARIABLE chgtype_store}
#enddef

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  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