no params

This commit is contained in:
Glenn Maynard
2006-10-15 01:23:00 +00:00
parent 72b59c1405
commit 6f93fca60b
+1 -1
View File
@@ -326,7 +326,7 @@ namespace
Lua *L = LUA->Get();
RString sError;
if( !LuaHelpers::RunScript(L, sScript, "@" + sFile, sError, 1) )
if( !LuaHelpers::RunScript(L, sScript, "@" + sFile, sError, 0, 1) )
{
lua_pop( L, 1 );
LUA->Release( L );