summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/transfor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/transfor.cc')
-rw-r--r--crawl-ref/source/transfor.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/transfor.cc b/crawl-ref/source/transfor.cc
index f4152cb2ef..4cda163fe6 100644
--- a/crawl-ref/source/transfor.cc
+++ b/crawl-ref/source/transfor.cc
@@ -563,7 +563,7 @@ bool transform(int pow, transformation_type which_trans, bool quiet)
case TRAN_AIR:
if (check_for_cursed_equipment( rem_stuff ))
- return false;
+ return (false);
// Check in case we'll auto-remove stat boosting equipment.
if (check_transformation_stat_loss(rem_stuff, quiet))
@@ -600,7 +600,7 @@ bool transform(int pow, transformation_type which_trans, bool quiet)
case TRAN_SERPENT_OF_HELL:
if (check_for_cursed_equipment(rem_stuff, quiet))
- return false;
+ return (false);
// Check in case we'll auto-remove stat boosting equipment.
if (check_transformation_stat_loss(rem_stuff, quiet))