Converted mana cost script now works with 2/C costs.

A mana cost of "31/2" is now broken up as "3","1/2".

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@920 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2008-05-31 22:13:00 +00:00
parent aecfd364bb
commit d147ddc363
7 changed files with 31 additions and 20 deletions
+1 -1
View File
@@ -176,7 +176,7 @@ IMPLEMENT_REFLECTION(SymbolInFont) {
REFLECT(regex);
REFLECT_IF_READING
if (regex)
code_regex.Compile(code);
code_regex.Compile(code, wxRE_ADVANCED);
REFLECT(draw_text);
REFLECT(text_font);
REFLECT(text_alignment);