summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hiscores.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/hiscores.cc')
-rw-r--r--crawl-ref/source/hiscores.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/hiscores.cc b/crawl-ref/source/hiscores.cc
index 0ed1d06dc4..34e78b0f31 100644
--- a/crawl-ref/source/hiscores.cc
+++ b/crawl-ref/source/hiscores.cc
@@ -2082,6 +2082,7 @@ std::string xlog_status_line()
{
const scorefile_entry se(0, 0, KILL_MISC, NULL);
se.set_base_xlog_fields();
+ se.fields->add_field("time", "%s", make_date_string(time(NULL)).c_str());
return (se.fields->xlog_line());
}
#endif // DGL_WHEREIS