From 0371e07ab64fc457f74a6640f06a5b439038ceee Mon Sep 17 00:00:00 2001 From: zelgadis Date: Wed, 28 Jan 2009 16:23:06 +0000 Subject: On a crash, do consistency checking on the level's markers, dump the level's markers, and dump the persistant Lua data. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8839 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/mapmark.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/mapmark.h') diff --git a/crawl-ref/source/mapmark.h b/crawl-ref/source/mapmark.h index c21cb1e30c..8f01388d61 100644 --- a/crawl-ref/source/mapmark.h +++ b/crawl-ref/source/mapmark.h @@ -124,6 +124,8 @@ public: static map_marker *read(reader &, map_marker_type); static map_marker *parse(const std::string &s, const std::string &) throw (std::string); + + std::string debug_to_string() const; private: bool initialised; std::auto_ptr marker_table; -- cgit v1.2.3-54-g00ecf