summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/directn.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/directn.cc b/crawl-ref/source/directn.cc
index f5fdee5767..68e1509272 100644
--- a/crawl-ref/source/directn.cc
+++ b/crawl-ref/source/directn.cc
@@ -629,7 +629,7 @@ void full_describe_view()
#endif
std::vector<formatted_string> fss;
formatted_string::parse_string_to_multiple(str, fss);
- MenuEntry *me;
+ MenuEntry *me = NULL;
for (unsigned int j = 0; j < fss.size(); ++j)
{
if (j == 0)