summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/misc.cc')
-rw-r--r--crawl-ref/source/misc.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/misc.cc b/crawl-ref/source/misc.cc
index cfb2b9bfec..f04d1cbab7 100644
--- a/crawl-ref/source/misc.cc
+++ b/crawl-ref/source/misc.cc
@@ -37,6 +37,7 @@
#include "abyss.h"
#include "branch.h"
+#include "chardump.h"
#include "cloud.h"
#include "delay.h"
#include "fight.h"
@@ -1170,6 +1171,9 @@ void new_level(void)
}
}
clear_to_end_of_line();
+#ifdef DGL_WHEREIS
+ whereis_record();
+#endif
}
static void dart_trap( bool trap_known, int trapped, struct bolt &pbolt,