save before commit

This commit is contained in:
Glenn Maynard
2006-10-15 05:08:29 +00:00
parent 6a8fb25435
commit 5a3a5a926f
@@ -79,7 +79,7 @@ local function ResolvePath( path, level )
return path
end
-- Load an actor .Lua template. path may be a relative path.
-- Load an actor template.
function LoadActor( path )
local ResolvedPath = ResolvePath( path, 2 );
if not ResolvedPath then