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>2008-07-29 01:31:50 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-29 01:31:50 +0000
commita0fe746d9733dec01dc27f120042b76ed1c658f6 (patch)
tree6d9c2b5de0630929a0a5bd24d03e43964d127670 /crawl-ref/source/player.cc
parent6bf5bb925649736d9d313011523bdb429c225970 (diff)
downloadcrawl-ref-a0fe746d9733dec01dc27f120042b76ed1c658f6.tar.gz
crawl-ref-a0fe746d9733dec01dc27f120042b76ed1c658f6.zip
Revert an accidental change of Matthew's PlaceInfo fix. Sorry about
that! (And yes, I had to get up again when I remembered that I'd forgotten to commit this fix. *yawns*) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6711 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/player.cc')
-rw-r--r--crawl-ref/source/player.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index 5ff5f3fa21..781ea5e7fb 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -6765,7 +6765,7 @@ void PlaceInfo::make_global()
branch = -1;
}
-void PlaceInfo::assert_validity() const
+void PlaceInfo::assert_validity()
{
// Check that level_type and branch match up.
ASSERT(is_global()