diff options
| author | Al12rs <gabriel.cortesi@outlook.com> | 2018-09-07 20:53:42 +0200 |
|---|---|---|
| committer | Al12rs <gabriel.cortesi@outlook.com> | 2018-09-07 20:53:42 +0200 |
| commit | 979206228d6bcfd71fb22c6a9b8dd4f54f7b5a75 (patch) | |
| tree | 9479e8a89496a2a84510513879b135eabc670529 /src/categories.h | |
| parent | ba162804cd85120e7210f31bbcd1e4b2a45fd394 (diff) | |
Added Mod Backups filter for modlist.
Diffstat (limited to 'src/categories.h')
| -rw-r--r-- | src/categories.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/categories.h b/src/categories.h index 474a1440..48e0b44b 100644 --- a/src/categories.h +++ b/src/categories.h @@ -47,8 +47,10 @@ public: static const int CATEGORY_SPECIAL_NOCATEGORY = 10003;
static const int CATEGORY_SPECIAL_CONFLICT = 10004;
static const int CATEGORY_SPECIAL_NOTENDORSED = 10005;
- static const int CATEGORY_SPECIAL_MANAGED = 10006;
- static const int CATEGORY_SPECIAL_UNMANAGED = 10007;
+ static const int CATEGORY_SPECIAL_BACKUP = 10006;
+ static const int CATEGORY_SPECIAL_MANAGED = 10007;
+ static const int CATEGORY_SPECIAL_UNMANAGED = 10008;
+
public:
|
