summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/transfor.cc
diff options
context:
space:
mode:
authornlanza <nlanza@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-25 02:07:34 +0000
committernlanza <nlanza@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-25 02:07:34 +0000
commitebb6673550564e06b257690b5fa0100af8786838 (patch)
tree7a3be2e9297d29458c929715f38e7fedca0c2182 /crawl-ref/source/transfor.cc
parent685985f831e2d385aac7b4c68b10f994b1c49b2c (diff)
downloadcrawl-ref-ebb6673550564e06b257690b5fa0100af8786838.tar.gz
crawl-ref-ebb6673550564e06b257690b5fa0100af8786838.zip
Compiler version fixes and a case-statement cleanup so we build on OS X 10.6.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10395 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/transfor.cc')
-rw-r--r--crawl-ref/source/transfor.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/transfor.cc b/crawl-ref/source/transfor.cc
index e7113fd964..12329c658d 100644
--- a/crawl-ref/source/transfor.cc
+++ b/crawl-ref/source/transfor.cc
@@ -410,6 +410,7 @@ bool check_transformation_stat_loss(const std::set<equipment_type> &remove,
case SPARM_STRENGTH: prop_str += 3; break;
case SPARM_DEXTERITY: prop_dex += 3; break;
case SPARM_INTELLIGENCE: prop_int += 3; break;
+ default: break;
}
}