summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/place.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-07-08 13:06:44 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-07-08 23:47:51 +0200
commit3379a56f94788a78111c0842b8771da134e6061d (patch)
treec343bf758c1f0b49a0b40cd3ab3b385b3c0fcdf5 /crawl-ref/source/place.cc
parentac04a5e73b7dd695f5f92ee492f8207e3de233c7 (diff)
downloadcrawl-ref-3379a56f94788a78111c0842b8771da134e6061d.tar.gz
crawl-ref-3379a56f94788a78111c0842b8771da134e6061d.zip
Adjust some whitespace and formatting.
Diffstat (limited to 'crawl-ref/source/place.cc')
-rw-r--r--crawl-ref/source/place.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/place.cc b/crawl-ref/source/place.cc
index 18016331eb..127273eab8 100644
--- a/crawl-ref/source/place.cc
+++ b/crawl-ref/source/place.cc
@@ -67,7 +67,6 @@ bool single_level_branch(branch_type branch)
std::string place_name(unsigned short place, bool long_name,
bool include_number)
{
-
uint8_t branch = (place >> 8) & 0xFF;
int lev = place & 0xFF;