summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-21 09:21:44 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-21 09:21:44 +0000
commitd5efde9cb99ea1e17d8e7f80e865dd1cacc37149 (patch)
treede1b71627c3703167b4c2a3ac2ac207f081ce8d4 /crawl-ref/source/player.cc
parente1e94ced7a7e708644d23d995ee8ed6974bd50c5 (diff)
downloadcrawl-ref-d5efde9cb99ea1e17d8e7f80e865dd1cacc37149.tar.gz
crawl-ref-d5efde9cb99ea1e17d8e7f80e865dd1cacc37149.zip
Add past tense to visited branches output, and a
few corrections. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2172 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/player.cc')
-rw-r--r--crawl-ref/source/player.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index 50dd36bc1f..cbb42c5678 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -5920,6 +5920,9 @@ const std::string PlaceInfo::short_name() const
case LEVEL_LABYRINTH:
return "Labyrinth";
+
+ case LEVEL_PORTAL_VAULT:
+ return "Portal Vault";
default:
return "Bug";