From 52edd053bd0a634df600155a991e4755e99ff6f7 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 9 Oct 2006 07:28:01 +0000 Subject: [PATCH] enable debug library --- stepmania/src/LuaManager.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/LuaManager.cpp b/stepmania/src/LuaManager.cpp index 09904fa372..40bd8e1b5d 100644 --- a/stepmania/src/LuaManager.cpp +++ b/stepmania/src/LuaManager.cpp @@ -190,6 +190,7 @@ LuaManager::LuaManager() luaopen_math( L ); luaopen_string( L ); luaopen_table( L ); + luaopen_debug( L ); lua_settop(L, 0); // luaopen_* pushes stuff onto the stack that we don't need RegisterTypes();