summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/hiscores.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/hiscores.cc b/crawl-ref/source/hiscores.cc
index b67cc72876..c0ccd75e43 100644
--- a/crawl-ref/source/hiscores.cc
+++ b/crawl-ref/source/hiscores.cc
@@ -192,10 +192,11 @@ void logfile_new_entry( const scorefile_entry &ne )
hs_close(logfile, "a", log_file_name());
}
+template <class t_printf>
static void hiscores_print_entry(const scorefile_entry &se,
int index,
int format,
- int (*pf)(const char *, ...))
+ t_printf pf)
{
char buf[INFO_SIZE];
// print position (tracked implicitly by order score file)