mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-23 02:42:16 -07:00
change PriorityFallback to 1
This commit is contained in:
parent
90ab477976
commit
ff85cbae91
1 changed files with 1 additions and 1 deletions
|
|
@ -33,11 +33,11 @@ public:
|
||||||
enum Priority
|
enum Priority
|
||||||
{
|
{
|
||||||
PriorityUndefined = 0,
|
PriorityUndefined = 0,
|
||||||
|
PriorityFallback = 1,
|
||||||
PriorityPrimary = 10,
|
PriorityPrimary = 10,
|
||||||
PrioritySecondary = 20,
|
PrioritySecondary = 20,
|
||||||
PriorityReprint = 30,
|
PriorityReprint = 30,
|
||||||
PriorityOther = 40,
|
PriorityOther = 40,
|
||||||
PriorityFallback = 50,
|
|
||||||
PriorityLowest = 100,
|
PriorityLowest = 100,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue