summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/files.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-03-25 13:49:52 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-03-25 13:49:52 +0000
commit4c56ab40290b29a37eefb46230e987ed6028ce4f (patch)
treec8def6cbd1815dc55cd132c99c98ed99ce9d20ac /crawl-ref/source/files.cc
parentbdb45bf27b86ff63c5afdff311b4065c83faf37d (diff)
downloadcrawl-ref-4c56ab40290b29a37eefb46230e987ed6028ce4f.tar.gz
crawl-ref-4c56ab40290b29a37eefb46230e987ed6028ce4f.zip
Applied whereis patch from crawl.akrasiac.org (tracks where the player is in
the dungeon). All dgamelaunch patches are conditionalised by DGL_foo #ifdefs. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1096 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/files.cc')
-rw-r--r--crawl-ref/source/files.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/files.cc b/crawl-ref/source/files.cc
index dc2b2dcbbd..df241e835c 100644
--- a/crawl-ref/source/files.cc
+++ b/crawl-ref/source/files.cc
@@ -55,6 +55,7 @@
#include "externs.h"
+#include "chardump.h"
#include "cloud.h"
#include "clua.h"
#include "debug.h"
@@ -1077,6 +1078,9 @@ void save_game(bool leave_game)
#endif
cprintf( "See you soon, %s!" EOL , you.your_name );
+#ifdef DGL_WHEREIS
+ whereis_record("saved");
+#endif
end(0);
} // end save_game()