Skip to content

Commit

Permalink
core macros: don't clear nonexistant variable
Browse files Browse the repository at this point in the history
A leftover from the switch from {FOREACH} to [foreach]

[ci skip]
  • Loading branch information
sevu committed Sep 9, 2018
1 parent 0ef3c0d commit 001b444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/core/macros/utils.cfg
Expand Up @@ -301,7 +301,7 @@
[/do]
[/foreach]

{CLEAR_VARIABLE MODIFY_UNIT_store,MODIFY_UNIT_i}
{CLEAR_VARIABLE MODIFY_UNIT_store}
#enddef

#define MOVE_UNIT_BY FILTER OFFSET_X OFFSET_Y
Expand Down

0 comments on commit 001b444

Please sign in to comment.