minor fix after change in scripting language parser

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1176 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2008-08-27 18:53:54 +00:00
parent dc9405e441
commit 3d1fbef2f6
+2 -2
View File
@@ -569,8 +569,8 @@ font_white := {
else if artifact and not hybrid then "a"
else if colors == "" then "c"
else colors[
font_color_positions
[ if chosen(choice:"horizontal") then "horizontal"
font_color_positions[
if chosen(choice:"horizontal") then "horizontal"
else if chosen(choice:"vertical") then "vertical"
else if chosen(choice:"overlay") then "overlay"
else "radial"