make the 'attempt to index a function value' stand out as a lua panid

This commit is contained in:
AJ Kelly
2011-09-25 11:17:19 -05:00
parent 94ec7daa21
commit 3548810ad5
+1 -1
View File
@@ -222,7 +222,7 @@ static int LuaPanic( lua_State *L )
RString sErr;
LuaHelpers::Pop( L, sErr );
RageException::Throw( "%s", sErr.c_str() );
RageException::Throw( "[Lua panic] %s", sErr.c_str() );
}
// Actor registration