This commit is contained in:
Alberto Ramos
2010-08-08 18:08:19 -06:00
parent d29e0052bb
commit e8e5987a0a
2 changed files with 6 additions and 5 deletions
+2 -1
View File
@@ -167,7 +167,8 @@ 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 (sFile == "" and sSection == "") or (sFile == nil and sSection == nil) then
if not a and not b then
sSection = "Common"
sFile = "normal"
end