summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tags.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/tags.cc')
-rw-r--r--crawl-ref/source/tags.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/tags.cc b/crawl-ref/source/tags.cc
index a3b05febff..2121d9a2eb 100644
--- a/crawl-ref/source/tags.cc
+++ b/crawl-ref/source/tags.cc
@@ -1340,7 +1340,7 @@ static void tag_read_you(reader &th, char minorVersion)
count_s = unmarshallShort(th);
for (j = 0; j < count_s; ++j)
{
- you.mutation[j] = unmarshallByte(th);
+ you.mutation[j] = unmarshallByte(th);
you.demon_pow[j] = unmarshallByte(th);
}