From ab1206e073e3eebcb11a4a35259fcfb328c15cab Mon Sep 17 00:00:00 2001 From: Alberto Ramos Date: Sun, 8 Aug 2010 18:09:39 -0600 Subject: [PATCH] fix --- Themes/_fallback/Scripts/02 ActorDef.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Themes/_fallback/Scripts/02 ActorDef.lua b/Themes/_fallback/Scripts/02 ActorDef.lua index aa0b7ca996..32fa7062a9 100644 --- a/Themes/_fallback/Scripts/02 ActorDef.lua +++ b/Themes/_fallback/Scripts/02 ActorDef.lua @@ -167,8 +167,7 @@ end function LoadFont(a, b) local sSection = b and a or "" local sFile = b or a - --if (sFile == "" and sSection == "") or (sFile == nil and sSection == nil) then - if not a and not b then + if sFile == "" or not sFile then sSection = "Common" sFile = "normal" end