From ec5b5dfca31a3c2ec1a101e38f57f47c3952acb8 Mon Sep 17 00:00:00 2001 From: zelgadis Date: Thu, 22 Jan 2009 11:00:14 +0000 Subject: Include the Lua stack trace and currently acting monsters in the crash report. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8694 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/clua.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/clua.h') diff --git a/crawl-ref/source/clua.h b/crawl-ref/source/clua.h index 7880eabcb6..2f8416adf2 100644 --- a/crawl-ref/source/clua.h +++ b/crawl-ref/source/clua.h @@ -319,6 +319,8 @@ void clua_register_metatable(lua_State *ls, const char *tn, const luaL_reg *lr, int (*gcfn)(lua_State *ls) = NULL); +void print_clua_stack(); + #define MAP_METATABLE "dgn.mtmap" #define DEVENT_METATABLE "dgn.devent" #define MAPMARK_METATABLE "dgn.mapmark" -- cgit v1.2.3-54-g00ecf