summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/files.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/files.cc')
-rw-r--r--crawl-ref/source/files.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/files.cc b/crawl-ref/source/files.cc
index 67bf806c93..0e56c969ca 100644
--- a/crawl-ref/source/files.cc
+++ b/crawl-ref/source/files.cc
@@ -624,7 +624,7 @@ static void _fill_player_doll(player_save_info &p, const std::string &dollfile)
memset(fbuf, 0, sizeof(fbuf));
if (fscanf(fdoll, "%s", fbuf) != EOF)
{
- tilep_scan_parts(fbuf, equip_doll.parts);
+ tilep_scan_parts(fbuf, equip_doll);
tilep_race_default(p.species,
get_gender_from_tile(equip_doll.parts),
p.experience_level,