summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-25 11:40:18 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-25 11:40:18 +0000
commit1920d2cbdf601f8930d99e3ffc8e3d8c9e7c54c5 (patch)
tree6786d4b9133c9fee20d39fd14a7734d3ad01ef6f /crawl-ref
parentaf13176b28721a63037bc82e75778121f34a8ae1 (diff)
downloadcrawl-ref-1920d2cbdf601f8930d99e3ffc8e3d8c9e7c54c5.tar.gz
crawl-ref-1920d2cbdf601f8930d99e3ffc8e3d8c9e7c54c5.zip
Apply trunk r10395's case-statement cleanup to 0.5.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.5@10396 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-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 8fffb8bc95..799df4f74b 100644
--- a/crawl-ref/source/transfor.cc
+++ b/crawl-ref/source/transfor.cc
@@ -406,6 +406,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;
}
}