From 6f93fca60b31fb143b586d436e1d8f3acc11875c Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 15 Oct 2006 01:23:00 +0000 Subject: [PATCH] no params --- stepmania/src/ActorUtil.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ActorUtil.cpp b/stepmania/src/ActorUtil.cpp index 7dfd45118b..280efb8169 100644 --- a/stepmania/src/ActorUtil.cpp +++ b/stepmania/src/ActorUtil.cpp @@ -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 );