From db09cdb5bc7e7e2d49eff972f254451cc3b63024 Mon Sep 17 00:00:00 2001 From: twanvl Date: Sat, 30 Aug 2008 16:52:53 +0000 Subject: [PATCH] minor fix after change in scripting language parser git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1180 0fc631ac-6414-0410-93d0-97cfa31319b6 --- data/magic-future.mse-style/style | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/magic-future.mse-style/style b/data/magic-future.mse-style/style index 8926ea93..1db53949 100644 --- a/data/magic-future.mse-style/style +++ b/data/magic-future.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"