This commit is contained in:
Alberto Ramos
2010-08-08 18:09:39 -06:00
parent e8e5987a0a
commit ab1206e073
+1 -2
View File
@@ -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