summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/notes.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/notes.cc')
-rw-r--r--crawl-ref/source/notes.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/notes.cc b/crawl-ref/source/notes.cc
index 0efe9686bc..0af29ec998 100644
--- a/crawl-ref/source/notes.cc
+++ b/crawl-ref/source/notes.cc
@@ -10,12 +10,12 @@
#include "files.h"
#include "Kills.h"
#include "message.h"
+#include "misc.h"
#include "mon-pick.h"
#include "mutation.h"
#include "religion.h"
#include "skills2.h"
#include "spl-util.h"
-#include "stash.h"
#define NOTES_VERSION_NUMBER 1001
@@ -251,7 +251,7 @@ std::string describe_note( const Note& note ) {
break;
case NOTE_DUNGEON_LEVEL_CHANGE:
snprintf(buf, sizeof buf, "Entered %s",
- branch_level_name(note.packed_place).c_str());
+ place_name(note.packed_place, true, true).c_str());
break;
case NOTE_LEARN_SPELL:
snprintf(buf, sizeof buf, "Learned a level %d spell: %s",