From bb1a887fb819272e46b5f593d2a2debf81a802ad Mon Sep 17 00:00:00 2001 From: dshaligram Date: Tue, 19 Dec 2006 10:43:34 +0000 Subject: Fix compile failing on DOS. I hate DOS. Hate hate hate. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@671 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/hiscores.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 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) -- cgit v1.2.3-54-g00ecf