summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/files.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-01-07 22:00:13 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-01-07 22:00:13 +0000
commit1a6236d61bcee1288e94595c4217920b339445b4 (patch)
treed8f3c6b9c639f098f73cbf5a8eacc81a16a3fe84 /crawl-ref/source/files.cc
parent84e73a2e1530424121ee0f54b58aa44657aaef30 (diff)
downloadcrawl-ref-1a6236d61bcee1288e94595c4217920b339445b4.tar.gz
crawl-ref-1a6236d61bcee1288e94595c4217920b339445b4.zip
Implemented some of David's ideas:
Improved the help browser somewhat and added some hotkeys. The 'm' screen now lets you see your aptitudes with '!' (if you're allowed to know them, that is.) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@798 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/files.cc')
-rw-r--r--crawl-ref/source/files.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/files.cc b/crawl-ref/source/files.cc
index cb71f6161c..78db7bf7d5 100644
--- a/crawl-ref/source/files.cc
+++ b/crawl-ref/source/files.cc
@@ -367,6 +367,9 @@ std::string datafile_path(const std::string &basename)
std::string("dat") + FILE_SEPARATOR,
std::string("data") + FILE_SEPARATOR,
std::string("crawl-data") + FILE_SEPARATOR,
+ std::string("..")+FILE_SEPARATOR+std::string("docs")+FILE_SEPARATOR,
+ std::string("..") + FILE_SEPARATOR,
+ std::string(".") + FILE_SEPARATOR,
"",
};