Skip to content
Snippets Groups Projects
Commit b1f9d9ad authored by dg's avatar dg
Browse files

oups!

git-svn-id: http://svn.net-core.org/repos/t-engine4@4743 51575b47-30f0-44d4-a5cc-537603b46e54
parent 1d6ada47
No related branches found
No related tags found
No related merge requests found
......@@ -456,6 +456,7 @@ function _M:instanciate(mod, name, new_game, no_reboot)
core.fov.set_permissiveness("square")
-- Init the module directories
fs.mount(engine.homepath, "/")
mod.load("setup")
-- Check the savefile if possible, to add to the progress bar size
......
......@@ -77,7 +77,7 @@ function _M:getClassName()
end
function _M:getClass()
return getmetatble(self).__index
return getmetatable(self).__index
end
local function clonerecurs(d)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment