Identation Fixes

This commit is contained in:
Ricardo Ianelli
2013-02-10 02:54:20 -02:00
parent cbeab6f9b0
commit 72d63673ca
2 changed files with 8 additions and 7 deletions

View File

@@ -49,6 +49,7 @@ g_modules.ensureModuleLoaded("game_interface")
g_modules.autoLoadModules(9999)
local script = '/' .. g_app.getCompactName() .. 'rc'
if g_resources.fileExists(script) then
dofile(script)
end