Changes to compile on android

This commit is contained in:
Eduardo Bart
2013-03-07 04:50:45 -03:00
parent b3b849000d
commit e6ee88af43
17 changed files with 92 additions and 33 deletions

View File

@@ -48,7 +48,7 @@ g_modules.ensureModuleLoaded("game_interface")
-- mods 1000-9999
g_modules.autoLoadModules(9999)
local script = '/' .. g_app.getCompactName() .. 'rc'
local script = '/' .. g_app.getCompactName() .. 'rc.lua'
if g_resources.fileExists(script) then
dofile(script)