summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/notes.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-04-25 00:12:47 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-04-25 00:12:47 +0200
commitb4f28aa61ffefa9ecce993f4f5cb36849539ad75 (patch)
tree3a94a7b7104bcbb22424638f8da821c9d0910aac /crawl-ref/source/notes.h
parent5b523d948c6564e61f03605f1711083990253cd9 (diff)
downloadcrawl-ref-b4f28aa61ffefa9ecce993f4f5cb36849539ad75.tar.gz
crawl-ref-b4f28aa61ffefa9ecce993f4f5cb36849539ad75.zip
Fix truncation of "Shoals:X" in character notes (elliptic)
Diffstat (limited to 'crawl-ref/source/notes.h')
-rw-r--r--crawl-ref/source/notes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/notes.h b/crawl-ref/source/notes.h
index a810ccddac..463000d23b 100644
--- a/crawl-ref/source/notes.h
+++ b/crawl-ref/source/notes.h
@@ -10,7 +10,7 @@
#include <vector>
#include <stdio.h>
-#define MAX_NOTE_PLACE_LEN 7
+#define MAX_NOTE_PLACE_LEN 8
class reader;
class writer;