From 3d1fbef2f6afefebc289bfe4e37c2f0a6253f2e5 Mon Sep 17 00:00:00 2001 From: twanvl Date: Wed, 27 Aug 2008 18:53:54 +0000 Subject: [PATCH] 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 --- data/magic-blends.mse-include/new-blends | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/magic-blends.mse-include/new-blends b/data/magic-blends.mse-include/new-blends index 05467740..1727f471 100644 --- a/data/magic-blends.mse-include/new-blends +++ b/data/magic-blends.mse-include/new-blends @@ -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"