From eb65a1bec2327c9bd4de6b7d075075a0da907eeb Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 20 Dec 2006 00:18:36 +0000 Subject: [PATCH] increase LUA_IDSIZE --- stepmania/src/lua-5.1/src/luaconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/lua-5.1/src/luaconf.h b/stepmania/src/lua-5.1/src/luaconf.h index 6c48c659d7..1dca4da51b 100644 --- a/stepmania/src/lua-5.1/src/luaconf.h +++ b/stepmania/src/lua-5.1/src/luaconf.h @@ -210,7 +210,7 @@ @* of a function in debug information. ** CHANGE it if you want a different size. */ -#define LUA_IDSIZE 60 +#define LUA_IDSIZE 150 /*