From e08dc8e8c9a7176919b2ffeee28dc00c5a2f468b Mon Sep 17 00:00:00 2001 From: twanvl Date: Sat, 10 Jan 2009 14:25:53 +0000 Subject: [PATCH] fixed script error git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1334 0fc631ac-6414-0410-93d0-97cfa31319b6 --- data/magic-future-split.mse-style/style | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/magic-future-split.mse-style/style b/data/magic-future-split.mse-style/style index d52a5af4..3a1c67c7 100644 --- a/data/magic-future-split.mse-style/style +++ b/data/magic-future-split.mse-style/style @@ -87,8 +87,8 @@ init script: 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"