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.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/transfor.cc b/crawl-ref/source/transfor.cc
index 0bcc023131..ce766cbe40 100644
--- a/crawl-ref/source/transfor.cc
+++ b/crawl-ref/source/transfor.cc
@@ -173,7 +173,7 @@ bool transform(int pow, transformation_type which_trans)
};
std::set<equipment_type> rem_stuff(default_rem,
- default_rem + ARRAYSIZE(default_rem));
+ default_rem + ARRAYSZ(default_rem));
you.redraw_evasion = true;
you.redraw_armour_class = true;