summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index fa477bac6d..882287d83d 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -344,7 +344,7 @@ int main( int argc, char *argv[] )
<< species_name(you.species,you.experience_level) << " "
<< you.class_name
<< ", began the quest for the Orb.";
- take_note(Note(NOTE_USER_NOTE, 0, 0, notestr.str().c_str()));
+ take_note(Note(NOTE_MESSAGE, 0, 0, notestr.str().c_str()));
notestr.str("");
notestr.clear();