-fix issue 387 (can't save "dangerous" grade from the options)
This commit is contained in:
wagic.the.homebrew@gmail.com
2010-07-25 04:39:22 +00:00
parent 9a66dec391
commit 35e5b64dfd
+5 -5
View File
@@ -140,11 +140,11 @@ class Constants
MAGIC_FONT = 2, MAGIC_FONT = 2,
OPTION_FONT = 1, OPTION_FONT = 1,
GRADE_SUPPORTED = 1, GRADE_SUPPORTED = 0,
GRADE_BORDERLINE = 2, GRADE_BORDERLINE = 1,
GRADE_CRAPPY = 3, GRADE_CRAPPY = 2,
GRADE_UNSUPPORTED = 4, GRADE_UNSUPPORTED = 3,
GRADE_DANGEROUS = 5, GRADE_DANGEROUS = 4,
}; };
static char MTGColorChars[]; static char MTGColorChars[];