summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dbg-asrt.cc
diff options
context:
space:
mode:
authorreaverb <reaverb.Crawl@gmail.com>2014-05-14 14:30:31 -0400
committerreaverb <reaverb.Crawl@gmail.com>2014-05-14 14:37:19 -0400
commitaec04a413c852d49afe770046d084465d2600762 (patch)
treeb65534ae5ad828759d30c4a86a1e2e26a4e51ecd /crawl-ref/source/dbg-asrt.cc
parent4a66bc2554fa7ba61a1752e470afd709edcac21e (diff)
downloadcrawl-ref-aec04a413c852d49afe770046d084465d2600762.tar.gz
crawl-ref-aec04a413c852d49afe770046d084465d2600762.zip
Use you.innate_mutation rather than you.innate_mutations
Ditto for you.temp_mutation.
Diffstat (limited to 'crawl-ref/source/dbg-asrt.cc')
-rw-r--r--crawl-ref/source/dbg-asrt.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/dbg-asrt.cc b/crawl-ref/source/dbg-asrt.cc
index 90e32fff0a..a9c345a50b 100644
--- a/crawl-ref/source/dbg-asrt.cc
+++ b/crawl-ref/source/dbg-asrt.cc
@@ -280,8 +280,8 @@ static void _dump_player(FILE *file)
{
mutation_type mut = static_cast<mutation_type>(i);
int normal = you.mutation[i];
- int innate = you.innate_mutations[i];
- int temp = you.temp_mutations[i];
+ int innate = you.innate_mutation[i];
+ int temp = you.temp_mutation[i];
// Normally innate and temp imply normal, but a crash handler should
// expect the spanish^Wunexpected.