mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Restored "(..)" = "cycle(..)" for spec sort
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@609 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -242,6 +242,8 @@ String spec_sort(const String& spec, String& input, String& ret) {
|
||||
|
||||
} else if (it.keyword(_("cycle("))) {
|
||||
cycle_sort(it.readParam(_(')')), input, ret);
|
||||
} else if (it.value == _('(')) {
|
||||
cycle_sort(it.readParam(_(')')), input, ret);
|
||||
|
||||
} else if (it.keyword(_("compound("))) { // compound item
|
||||
compound_sort(it.readParam(_(')')), input, ret);
|
||||
|
||||
Reference in New Issue
Block a user