summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-06 22:00:57 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-06 22:00:57 +0000
commitd40c13fe95764014009d8d27081913290ce1391f (patch)
tree399bce9bd18495516a1c470f2622753bd2a5b579 /crawl-ref/source/itemprop.cc
parent7d423aef8123a887cb2d3188206aeea9b628bd84 (diff)
downloadcrawl-ref-d40c13fe95764014009d8d27081913290ce1391f.tar.gz
crawl-ref-d40c13fe95764014009d8d27081913290ce1391f.zip
Remove some of my infamous debugging statements (I keep forgetting
them!) and move the new pdf files around, renaming contact.pdf to README.pdf since it's the shorter version of readme.txt, also capitalized now. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6435 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/itemprop.cc')
-rw-r--r--crawl-ref/source/itemprop.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/itemprop.cc b/crawl-ref/source/itemprop.cc
index 1a1c2b93a3..2327307d4f 100644
--- a/crawl-ref/source/itemprop.cc
+++ b/crawl-ref/source/itemprop.cc
@@ -2660,7 +2660,7 @@ bool is_shield_incompatible(const item_def &weapon, const item_def *shield)
std::string item_base_name(const item_def &item)
{
- switch ( item.base_type )
+ switch (item.base_type)
{
case OBJ_WEAPONS:
return Weapon_prop[Weapon_index[item.sub_type]].name;