From 255501ead1bcc21d51c4f2d96f5fd831304c0c6d Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 9 Oct 2006 07:20:40 +0000 Subject: [PATCH] use "@path", like the rest of lua --- 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 320cdcaf55..9bebe8efbb 100644 --- a/stepmania/src/ActorUtil.cpp +++ b/stepmania/src/ActorUtil.cpp @@ -343,7 +343,7 @@ namespace Lua *L = LUA->Get(); RString sError; - if( !LuaHelpers::RunScript(L, sScript, sFile, sError, 1) ) + if( !LuaHelpers::RunScript(L, sScript, "@" + sFile, sError, 1) ) { lua_pop( L, 1 ); LUA->Release( L );