summaryrefslogtreecommitdiff
path: root/src/files.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/files.cc')
-rw-r--r--src/files.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/files.cc b/src/files.cc
index 81fdeeec..6b3de0f0 100644
--- a/src/files.cc
+++ b/src/files.cc
@@ -2691,9 +2691,9 @@ errr file_character(cptr name, bool_ full)
for (y = 1; y < static_cast<int>(d_info.size()); y++)
{
if (max_dlv[y])
- fprintf(fff, "\n %s: Level %d (%d')",
+ fprintf(fff, "\n %s: Level %d",
d_info[y].name.c_str(),
- max_dlv[y], 50 * (max_dlv[y]));
+ max_dlv[y]);
}
fprintf(fff, "\n");