card filter: alphabetical ordering for keywords (#2987)

This commit is contained in:
tooomm 2018-01-10 19:37:39 +01:00 committed by Zach H
parent d124e6ac22
commit e6e6932dbb
2 changed files with 16 additions and 16 deletions

View file

@ -16,16 +16,16 @@ public:
/* if you add an atribute here you also need to
* add its string representation in attrName */
enum Attr {
AttrName = 0,
AttrType,
AttrCmc = 0,
AttrColor,
AttrText,
AttrSet,
AttrManaCost,
AttrCmc,
AttrRarity,
AttrName,
AttrPow,
AttrRarity,
AttrSet,
AttrText,
AttrTough,
AttrType,
AttrEnd
};